Skip to content

Commit 94a2ebd

Browse files
committed
chore: updated dependencies to latest versions
1 parent e8a9377 commit 94a2ebd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.2|^8.0",
29-
"illuminate/contracts": "^7.0|^8.0",
30-
"symfony/yaml": "^4.1 || ^5.0",
28+
"php": "^7.4|^8.0",
29+
"illuminate/contracts": "^8.64",
30+
"symfony/yaml": "^5.3",
3131
"justinrainbow/json-schema": "^5.2"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^6.5|^9.0",
35-
"squizlabs/php_codesniffer": "^3.2"
34+
"phpunit/phpunit": "^9.5",
35+
"squizlabs/php_codesniffer": "^3.6"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)