Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstewartja committed Jan 1, 2023
1 parent 3c70cd6 commit c9161db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ testbench.yaml
vendor
node_modules
.php-cs-fixer.cache
.lando.yml
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
],
"require": {
"php": "^7.4|^8.0",
"spatie/laravel-package-tools": "^1.11.3",
"spatie/laravel-package-tools": "^1.12.1",
"illuminate/contracts": "^7.0|^8.0|^9.0"
},
"require-dev": {
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^7.5",
"pestphp/pest": "^1.21.1",
"pestphp/pest-plugin-laravel": "^1.1",
"spatie/laravel-ray": "^1.26.3",
"vimeo/psalm": "^4.13.1"
"nunomaduro/collision": "^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.22.3",
"pestphp/pest-plugin-laravel": "^1.3.0",
"spatie/laravel-ray": "^1.31.0",
"vimeo/psalm": "^5.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c9161db

Please sign in to comment.