Skip to content

Commit a2ac416

Browse files
committed
Update lowest
1 parent 72f68db commit a2ac416

File tree

2 files changed

+8308
-2
lines changed

2 files changed

+8308
-2
lines changed

composer.lowest.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"shalvah/upgrader": ">=0.6.0",
3232
"spatie/data-transfer-object": "^2.6|^3.0",
3333
"symfony/var-exporter": "^6.0",
34-
"symfony/yaml": "^^6.0"
34+
"symfony/yaml": "^6.0"
3535
},
3636
"require-dev": {
3737
"dms/phpunit-arraysubset-asserts": "^0.5.0",
@@ -48,7 +48,10 @@
4848
"psr-4": {
4949
"Knuckles\\Scribe\\": "src/",
5050
"Knuckles\\Camel\\": "camel/"
51-
}
51+
},
52+
"files": [
53+
"src/Config/helpers.php"
54+
]
5255
},
5356
"autoload-dev": {
5457
"psr-4": {
@@ -73,6 +76,9 @@
7376
"process-timeout": 600,
7477
"allow-plugins": {
7578
"pestphp/pest-plugin": true
79+
},
80+
"platform": {
81+
"php": "8.1"
7682
}
7783
},
7884
"replace": {

0 commit comments

Comments
 (0)