Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLouw committed Sep 16, 2020
1 parent bbed4ee commit 85cc4af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"homepage": "https://github.com/codinglabsau/laravel-roles",
"keywords": ["Laravel", "Roles"],
"require": {
"php" : "^7.2.5",
"illuminate/support": "^5.8|^6.0|^7.0"
"php" : "^7.2",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 85cc4af

Please sign in to comment.