We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164fbbd commit cb0f436Copy full SHA for cb0f436
composer.json
@@ -27,12 +27,12 @@
27
"require": {
28
"php": "^8.2",
29
"illuminate/contracts": "^10.14.1",
30
- "symfony/yaml": "^5.4 || ^6.0",
+ "symfony/yaml": "^v6.3",
31
"justinrainbow/json-schema": "^5.2"
32
},
33
"require-dev": {
34
- "phpunit/phpunit": "^9.5",
35
- "squizlabs/php_codesniffer": "^3.6"
+ "phpunit/phpunit": "^9.6.8",
+ "squizlabs/php_codesniffer": "^3.7.2"
36
37
"autoload": {
38
"psr-4": {
0 commit comments