Skip to content

Commit c7f6340

Browse files
committed
chore: dependency updates
1 parent 4a653ac commit c7f6340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
],
1111
"require": {
1212
"php": ">=7.3|>=8.0",
13-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
13+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1414
"mikehaertl/php-shellcommand": "^1.6"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^9.6",
17+
"phpunit/phpunit": "^10.5",
1818
"mockery/mockery": "^1.0",
19-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
19+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)