Skip to content

Commit 637e733

Browse files
committed
composer update
1 parent aae11fe commit 637e733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0",
21+
"php": "^8.2",
2222
"illuminate/contracts": "^10.0|^11.0",
2323
"illuminate/support": "^10.0|^11.0",
2424
"illuminate/validation": "^10.0|^11.0",
2525
"illuminate/view": "^10.0|^11.0",
2626
"vlucas/phpdotenv": "^5.4.1"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^10.0|^11.0",
29+
"phpunit/phpunit": "^10.5|^11.0",
3030
"orchestra/testbench": "^8.0|^9.0",
3131
"vimeo/psalm": "^6.0"
3232
},

0 commit comments

Comments
 (0)