Skip to content

Commit 164fbbd

Browse files
authored
Merge pull request #14 from amburi-erasys/update_dependencies
chore: Update to support PHP 8.2
2 parents c03a831 + a8d4669 commit 164fbbd

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
@@ -25,9 +25,9 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.4|^8.0",
29-
"illuminate/contracts": "^8.64",
30-
"symfony/yaml": "^5.3",
28+
"php": "^8.2",
29+
"illuminate/contracts": "^10.14.1",
30+
"symfony/yaml": "^5.4 || ^6.0",
3131
"justinrainbow/json-schema": "^5.2"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)