Skip to content

Commit 45685f5

Browse files
authored
Merge pull request #18 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents c1539e9 + d009f46 commit 45685f5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "shanmuga/laravel-entrust",
33
"description": "This package provides a flexible solution to add ACL to Laravel",
4-
"keywords": ["acl", "authorization", "php", "laravel","entrust", "roles", "permissions", "laravel-entrust"],
4+
"keywords": [
5+
"acl",
6+
"authorization",
7+
"php",
8+
"laravel",
9+
"entrust",
10+
"roles",
11+
"permissions",
12+
"laravel-entrust"
13+
],
514
"license": "MIT",
615
"authors": [
716
{
@@ -11,11 +20,11 @@
1120
],
1221
"minimum-stability": "dev",
1322
"require": {
14-
"php": "^8.0",
15-
"illuminate/support": "^9.0"
23+
"php": "^8.1",
24+
"illuminate/support": "^10.0"
1625
},
1726
"require-dev": {
18-
"phpunit/phpunit": "^9.5.4"
27+
"phpunit/phpunit": "^9.5.10"
1928
},
2029
"autoload": {
2130
"psr-4": {

0 commit comments

Comments
 (0)