Skip to content

Commit

Permalink
Merge pull request #4 from Oluwatobi-beebittech/chore/dependency-vers…
Browse files Browse the repository at this point in the history
…ions

fix: updated package versions
  • Loading branch information
Oluwatobi-beebittech authored Aug 2, 2022
2 parents 2ef85ac + 17ea04e commit 48d6c43
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 @@ -18,12 +18,12 @@
}
],
"require": {
"illuminate/support": "^9.20",
"orchestra/testbench": "^7.6",
"illuminate/contracts": "^9.22"
"illuminate/support": "~6|~7|~8|~9",
"orchestra/testbench": "^7.0",
"illuminate/contracts": "~6|~7|~8|~9"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^8.4|^9.0"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit 48d6c43

Please sign in to comment.