Skip to content

Commit 15d9c63

Browse files
committed
BREAKING CHANGE: upgrade to PHP 8.0 and PHP-Casbin 4.0
1 parent 6ec2bd6 commit 15d9c63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
],
1111
"license": "Apache-2.0",
1212
"require": {
13-
"php": ">=7.2.0",
14-
"cakephp/cakephp": "~4.0|~5.0",
15-
"casbin/casbin": "~3.1"
13+
"php": ">=8.1",
14+
"cakephp/cakephp": "~5.0",
15+
"casbin/casbin": "~4.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~8.5.0 || ^9.3"
18+
"phpunit/phpunit": "^10.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)