Skip to content

Commit bbc04ac

Browse files
committed
Updated composer.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent 7b45a45 commit bbc04ac

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

composer.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,23 @@
1212
"role": "Developer"
1313
}
1414
],
15+
"repositories": [
16+
{
17+
"type": "path",
18+
"url": "core",
19+
"options": {
20+
"versions": {
21+
"getdevflow/core": "2.x-dev"
22+
}
23+
}
24+
}
25+
],
1526
"require": {
1627
"php": ">=8.4",
1728
"ext-curl": "*",
1829
"ext-mbstring": "*",
1930
"ext-pdo": "*",
31+
"ext-zip": "*",
2032
"getdevflow/core": "2.x-dev"
2133
},
2234
"autoload": {
@@ -29,18 +41,8 @@
2941
"Theme\\": "public/themes/"
3042
}
3143
},
32-
"repositories": [
33-
{
34-
"type": "path",
35-
"url": "core",
36-
"options": {
37-
"versions": {
38-
"getdevflow/core": "2.x-dev"
39-
}
40-
}
41-
}
42-
],
4344
"scripts": {
45+
"devstan": "phpstan analyse -l 2",
4446
"test": "vendor/bin/pest",
4547
"cs-check": "phpcs",
4648
"cs-fix": "phpcbf",

0 commit comments

Comments
 (0)