We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52548 commit 1a0a104Copy full SHA for 1a0a104
.gitignore
@@ -1,4 +1,5 @@
1
vendor
2
+composer.lock
3
.DS_Store
4
.phpunit.result.cache
5
.php-cs-fixer.cache
composer.json
@@ -12,13 +12,12 @@
12
}
13
],
14
"require": {
15
- "php": "^8.1",
16
- "illuminate/support": "^10.0",
17
- "titasgailius/terminal": "^1.2"
+ "php": "^8.2",
+ "illuminate/support": "^11.0"
18
},
19
"require-dev": {
20
- "nunomaduro/collision": "^7.0",
21
- "orchestra/testbench": "^8.0",
+ "nunomaduro/collision": "^8.1",
+ "orchestra/testbench": "^9.0",
22
"phpunit/phpunit": "^10.0"
23
24
"autoload": {
0 commit comments