File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.2
5
5
- 7.3
6
+ - 7.4
6
7
7
8
before_script :
8
9
- travis_retry composer self-update
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-doctrine/acl" ,
3
- "description" : " Doctrine ACL for Doctrine 2 and Laravel 6 " ,
3
+ "description" : " Doctrine ACL for Doctrine 2 and Laravel 7 " ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [
6
6
" doctrine" ,
22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^7.2" ,
26
- "illuminate/auth" : " ^6 .0" ,
27
- "illuminate/config" : " ^6 .0" ,
28
- "illuminate/contracts" : " ^6 .0" ,
29
- "illuminate/support" : " ^6 .0" ,
30
- "laravel-doctrine/orm" : " ~1.5 .0"
25
+ "php" : " ^7.2.5 " ,
26
+ "illuminate/auth" : " ^7 .0" ,
27
+ "illuminate/config" : " ^7 .0" ,
28
+ "illuminate/contracts" : " ^7 .0" ,
29
+ "illuminate/support" : " ^7 .0" ,
30
+ "laravel-doctrine/orm" : " ~1.6 .0"
31
31
},
32
32
"require-dev" : {
33
- "phpunit/phpunit " : " ^7.0 " ,
34
- "mockery/mockery " : " ^1.0 "
33
+ "mockery/mockery " : " ^1.3.1 " ,
34
+ "phpunit/phpunit " : " ^8.5 "
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments