File tree 4 files changed +13
-8
lines changed 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5.9
5
4
- 5.6
6
5
- 7.0
7
6
- 7.1
@@ -20,4 +19,4 @@ script:
20
19
- vendor/bin/phpunit
21
20
22
21
after_script :
23
- - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
22
+ - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-sri ` will be documented in this file
4
4
5
+ ## 1.1.0 - 2018-09-01
6
+
7
+ - Add support for Laravel 5.7
8
+
5
9
## 1.0.6 - 2018-08-16
6
10
7
11
- Fix compatibility for Laravel 5.6
Original file line number Diff line number Diff line change 8
8
"homepage" : " https://github.com/sebdesign/laravel-sri" ,
9
9
"type" : " library" ,
10
10
"require" : {
11
- "laravel/framework" : " ~5.1.16|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0"
11
+ "php" : " ^5.6.4|^7.0" ,
12
+ "laravel/framework" : " ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0"
12
13
},
13
14
"require-dev" : {
14
- "phpunit/phpunit" : " ~4.0|~5 .0|~6 .0" ,
15
- "mockery/mockery" : " ^0.9.5 " ,
16
- "orchestra/testbench" : " ^3.2 "
15
+ "phpunit/phpunit" : " ~5.4|~6 .0|~7 .0" ,
16
+ "mockery/mockery" : " ^0.9|^1.0 " ,
17
+ "orchestra/testbench" : " ~3.3|~3.4|~3.5|~3.6|~3.7 "
17
18
},
18
19
"autoload" : {
19
20
"files" : [
29
30
}
30
31
},
31
32
"scripts" : {
32
- "test" : " vendor/bin/phpunit"
33
+ "test" : " vendor/bin/phpunit" ,
34
+ "test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
33
35
},
34
36
"license" : " MIT" ,
35
37
"authors" : [
Original file line number Diff line number Diff line change 26
26
<log type =" coverage-text" target =" build/coverage.txt" />
27
27
<log type =" coverage-clover" target =" build/logs/clover.xml" />
28
28
</logging >
29
- </phpunit >
29
+ </phpunit >
You can’t perform that action at this time.
0 commit comments