File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- preset : laravel
2
-
3
- linting : true
1
+ preset : laravel
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
php :
3
3
- 7.0
4
4
- 7.1
5
+ - 7.2
5
6
6
7
env :
7
8
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` laravel-search-console ` will be documented in this file.
4
4
5
+ ## [ 0.1.0] - 2017-09-07
6
+ - add compatibility with Laravel 5.5
7
+ - dropped support for anything lower than Laravel 5.4
8
+
5
9
## [ 0.0.1] - 2017-07-27
6
10
- Initial Beta Release
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^7.0" ,
24
- "illuminate/support" : " ~5.1 " ,
24
+ "illuminate/support" : " ~5.4.0|~5.5.0 " ,
25
25
"google/apiclient" : " ^2.0" ,
26
26
"madewithlove/illuminate-psr-cache-bridge" : " ^1.0"
27
27
},
28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ^6.1" ,
30
30
"mockery/mockery" : " ^0.9.5" ,
31
- "orchestra/testbench" : " ~3.4.6"
31
+ "orchestra/testbench" : " ~3.4.6|~3.5.0 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
Original file line number Diff line number Diff line change 19
19
<directory suffix =" .php" >src/</directory >
20
20
</whitelist >
21
21
</filter >
22
- <logging >
23
- <log type =" tap" target =" build/report.tap" />
24
- <log type =" junit" target =" build/report.junit.xml" />
25
- <log type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
26
- <log type =" coverage-text" target =" build/coverage.txt" />
27
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
28
- </logging >
29
22
</phpunit >
You can’t perform that action at this time.
0 commit comments