Skip to content

Commit

Permalink
wip (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes authored Jan 1, 2023
1 parent 88d0033 commit e9d44bd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"minimum-stability": "dev",
"prefer-stable":true,
"require": {
"graham-campbell/security": "^9.0"
"graham-campbell/security": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4@dev",
"mockery/mockery": "^1.0@dev",
"orchestra/testbench": "^5.0@dev",
"orchestra/database": "^5.0@dev|^6.0@dev",
"illuminate/support": "^7.0@dev || ^8.0@dev",
"fzaninotto/faker": "^1.9@dev"
"phpunit/phpunit": "^9.5.10",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^7.0",
"orchestra/database": "^6.0",
"illuminate/support": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e9d44bd

Please sign in to comment.