Skip to content

Commit ee651b6

Browse files
committed
Move deps to composer.json
1 parent 0e0cd95 commit ee651b6

File tree

570 files changed

+2682
-102086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

570 files changed

+2682
-102086
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
"Deployer\\": "src/"
2626
},
2727
"files": [
28-
"deps/vendor/autoload.php",
29-
"src/Support/helpers.php",
30-
"src/functions.php"
28+
"src/functions.php",
29+
"src/Support/helpers.php"
3130
]
3231
},
3332
"scripts": {
@@ -42,8 +41,12 @@
4241
"bin/dep"
4342
],
4443
"require": {
45-
"php": "^8.0|^7.3",
46-
"ext-json": "*"
44+
"php": "^8.0",
45+
"ext-json": "*",
46+
"ext-curl": "*",
47+
"symfony/console": "^7.1",
48+
"symfony/process": "^7.1",
49+
"symfony/yaml": "^7.1"
4750
},
4851
"require-dev": {
4952
"friendsofphp/php-cs-fixer": "^3.64",

0 commit comments

Comments
 (0)