Skip to content

Commit

Permalink
Merge pull request #5 from AfzalSabbir/publishable
Browse files Browse the repository at this point in the history
Added requires
  • Loading branch information
AfzalSabbir committed Sep 17, 2022
2 parents 6b2d3f8 + 728d538 commit 75d88db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
],
"minimum-stability": "dev",
"prefer-stable":true,
"require": {},
"require": {
"php": "^7.0|^8.0",
"laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"symfony/thanks": "^1.0",
"phpunit/phpunit": "^7.4@dev",
Expand Down

0 comments on commit 75d88db

Please sign in to comment.