Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Mar 28, 2024
1 parent fc52548 commit 1a0a104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.DS_Store
.phpunit.result.cache
.php-cs-fixer.cache
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"titasgailius/terminal": "^1.2"
"php": "^8.2",
"illuminate/support": "^11.0"
},
"require-dev": {
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^8.0",
"nunomaduro/collision": "^8.1",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand Down

0 comments on commit 1a0a104

Please sign in to comment.