Skip to content

Commit 1c10cc9

Browse files
committed
[FEATURE] Updated to support Laravel 7
All tests pass, changes were minimal. Composer dependancies updated to match Laravel 7. NB: Should not be merged until laravel-doctrine/orm#438 is.
1 parent 03dea2a commit 1c10cc9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
before_script:
89
- travis_retry composer self-update

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-doctrine/acl",
3-
"description": "Doctrine ACL for Doctrine 2 and Laravel 6",
3+
"description": "Doctrine ACL for Doctrine 2 and Laravel 7",
44
"license": "MIT",
55
"keywords": [
66
"doctrine",
@@ -22,16 +22,16 @@
2222
}
2323
],
2424
"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"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^7.0",
34-
"mockery/mockery": "^1.0"
33+
"mockery/mockery": "^1.3.1",
34+
"phpunit/phpunit": "^8.5"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)