Skip to content

Commit

Permalink
Change the required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 9, 2020
1 parent 971b3f8 commit 96280ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"license": "MIT",
"require": {
"php": "^7.3",
"laravel/framework": "^8.0"
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0"
},
"require-dev": {
"laravel/framework": "^8.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
},
Expand Down

0 comments on commit 96280ce

Please sign in to comment.