We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f68db commit a2ac416Copy full SHA for a2ac416
composer.lowest.json
@@ -31,7 +31,7 @@
31
"shalvah/upgrader": ">=0.6.0",
32
"spatie/data-transfer-object": "^2.6|^3.0",
33
"symfony/var-exporter": "^6.0",
34
- "symfony/yaml": "^^6.0"
+ "symfony/yaml": "^6.0"
35
},
36
"require-dev": {
37
"dms/phpunit-arraysubset-asserts": "^0.5.0",
@@ -48,7 +48,10 @@
48
"psr-4": {
49
"Knuckles\\Scribe\\": "src/",
50
"Knuckles\\Camel\\": "camel/"
51
- }
+ },
52
+ "files": [
53
+ "src/Config/helpers.php"
54
+ ]
55
56
"autoload-dev": {
57
@@ -73,6 +76,9 @@
73
76
"process-timeout": 600,
74
77
"allow-plugins": {
75
78
"pestphp/pest-plugin": true
79
80
+ "platform": {
81
+ "php": "8.1"
82
}
83
84
"replace": {
0 commit comments