Skip to content

Commit 1a0a104

Browse files
committed
Update dependencies
1 parent fc52548 commit 1a0a104

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
vendor
2+
composer.lock
23
.DS_Store
34
.phpunit.result.cache
45
.php-cs-fixer.cache

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.1",
16-
"illuminate/support": "^10.0",
17-
"titasgailius/terminal": "^1.2"
15+
"php": "^8.2",
16+
"illuminate/support": "^11.0"
1817
},
1918
"require-dev": {
20-
"nunomaduro/collision": "^7.0",
21-
"orchestra/testbench": "^8.0",
19+
"nunomaduro/collision": "^8.1",
20+
"orchestra/testbench": "^9.0",
2221
"phpunit/phpunit": "^10.0"
2322
},
2423
"autoload": {

0 commit comments

Comments
 (0)