Skip to content

Commit 85cc4af

Browse files
committed
update package versions
1 parent bbed4ee commit 85cc4af

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
@@ -12,13 +12,13 @@
1212
"homepage": "https://github.com/codinglabsau/laravel-roles",
1313
"keywords": ["Laravel", "Roles"],
1414
"require": {
15-
"php" : "^7.2.5",
16-
"illuminate/support": "^5.8|^6.0|^7.0"
15+
"php" : "^7.2",
16+
"illuminate/support": "^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
19+
"phpunit/phpunit": "^8.0|^9.0",
2020
"mockery/mockery": "^1.1",
21-
"orchestra/testbench": "~3|~4",
21+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2222
"sempro/phpunit-pretty-print": "^1.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)