Skip to content

Commit

Permalink
Merge pull request #4 from abdosaeedelhassan/master
Browse files Browse the repository at this point in the history
Adding ability to work with laravel last versions
  • Loading branch information
rexlManu committed Jul 19, 2022
2 parents ced561a + 13a9266 commit 8f21238
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^7.4",
"illuminate/support": "^8.0"
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.4",
Expand All @@ -36,7 +36,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand All @@ -51,4 +50,4 @@
}
}
}
}
}

0 comments on commit 8f21238

Please sign in to comment.