File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- bin /
2
1
vendor /
3
2
composer.lock
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
- ## Unreleased
5
+ ## [ 0.11.0 ] - 2017-09-02
6
6
7
7
### Added
8
- - Support for Laravel 5.5.
8
+ - Support for Laravel 5.5, including package discovery .
9
9
- Client supplied ids will now be hydrated into Eloquent models, configurable via the ` $clientId ` property
10
10
on the Eloquent hydrator.
11
11
Original file line number Diff line number Diff line change 58
58
},
59
59
"extra" : {
60
60
"branch-alias" : {
61
- "dev-develop" : " 0.11 .x-dev"
61
+ "dev-develop" : " 0.12 .x-dev"
62
62
},
63
63
"laravel" : {
64
64
"providers" : [
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit bootstrap =" vendor/autoload.php"
2
+ <phpunit backupGlobals =" false"
3
+ backupStaticAttributes =" false"
4
+ beStrictAboutTestsThatDoNotTestAnything =" false"
5
+ bootstrap =" vendor/autoload.php"
3
6
colors =" true"
4
- verbose =" true" >
7
+ convertErrorsToExceptions =" true"
8
+ convertNoticesToExceptions =" true"
9
+ convertWarningsToExceptions =" true"
10
+ processIsolation =" false"
11
+ stopOnError =" false"
12
+ stopOnFailure =" false"
13
+ syntaxCheck =" true"
14
+ verbose =" true"
15
+ >
5
16
<testsuites >
6
17
<testsuite name =" Unit" >
7
- <directory >./tests/Unit/</directory >
18
+ <directory suffix = " Test.php " >./tests/Unit/</directory >
8
19
</testsuite >
9
20
<testsuite name =" Integration" >
10
- <directory >./tests/Integration/</directory >
21
+ <directory suffix = " Test.php " >./tests/Integration/</directory >
11
22
</testsuite >
12
23
</testsuites >
13
24
</phpunit >
You can’t perform that action at this time.
0 commit comments