Skip to content

Commit

Permalink
feat: Upgrade to PHP 8.0 and PHP-Casbin 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Nov 1, 2024
1 parent 39752e4 commit f384764
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "casbin/webman-permission",
"keywords": [
"webman",
"workerman",
"casbin",
"permission",
"access-control",
Expand All @@ -21,12 +22,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.4",
"casbin/casbin": "^3.20",
"topthink/think-orm": "^2.0|^3.0",
"php-di/php-di": "^6.3|^7.0",
"php": ">=8.0",
"casbin/casbin": "~4.0",
"topthink/think-orm": "^3.0",
"php-di/php-di": "^7.0",
"doctrine/annotations": "^1.13",
"workerman/redis": "^1.0|^2.0"
"workerman/redis": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +40,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "~7.0|~8.0|~9.0",
"phpunit/phpunit": "~8.0|~9.0",
"php-coveralls/php-coveralls": "^2.1",
"workerman/webman": "^1.0",
"vlucas/phpdotenv": "^5.5",
Expand Down

0 comments on commit f384764

Please sign in to comment.