File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.6
5
- - 7.0
6
4
- 7.1
7
5
- 7.2
6
+ - 7.3
8
7
9
8
env :
10
9
matrix :
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
+ ## 2.0.0 - 2019-09-02
6
+
7
+ - Drop support for Laravel <5.5 and PHP <7.1
8
+
9
+ ## 1.2.0 - 2019-08-06
10
+
11
+ - Add support for Laravel 6.0
12
+
5
13
## 1.1.0 - 2018-09-01
6
14
7
15
- Add support for Laravel 5.7
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
- "php" : " ^7.0 " ,
12
- "laravel/framework" : " ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0 |^6.0"
11
+ "php" : " ^7.1 " ,
12
+ "laravel/framework" : " ^5.5 |^6.0"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~6 .0|~7 .0" ,
15
+ "phpunit/phpunit" : " ^7 .0|^8 .0" ,
16
16
"mockery/mockery" : " ^1.0" ,
17
- "orchestra/testbench" : " ~3.3|~3.4|~3.5|~3.6|~3.7|~3.8|~3.9 "
17
+ "orchestra/testbench" : " ^3.5 "
18
18
},
19
19
"autoload" : {
20
20
"files" : [
Original file line number Diff line number Diff line change 8
8
9
9
abstract class TestCase extends Orchestra
10
10
{
11
- public function setUp ()
11
+ public function setUp (): void
12
12
{
13
13
parent ::setUp ();
14
14
You can’t perform that action at this time.
0 commit comments