We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbed4ee commit 85cc4afCopy full SHA for 85cc4af
composer.json
@@ -12,13 +12,13 @@
12
"homepage": "https://github.com/codinglabsau/laravel-roles",
13
"keywords": ["Laravel", "Roles"],
14
"require": {
15
- "php" : "^7.2.5",
16
- "illuminate/support": "^5.8|^6.0|^7.0"
+ "php" : "^7.2",
+ "illuminate/support": "^6.0|^7.0|^8.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^8.0",
+ "phpunit/phpunit": "^8.0|^9.0",
20
"mockery/mockery": "^1.1",
21
- "orchestra/testbench": "~3|~4",
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
22
"sempro/phpunit-pretty-print": "^1.0"
23
24
"autoload": {
0 commit comments