Skip to content

Commit 724c4e5

Browse files
authored
Merge pull request #11 from automatephp/2.0
2.0 -> Master
2 parents 8890764 + 5386b36 commit 724c4e5

34 files changed

+2821
-1519
lines changed

box.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"files": [
55
"LICENSE",
66
"vendor/romaricdrigon/metayaml/data/MetaSchema.json",
7-
"vendor/herrera-io/phar-update/res/schema.json",
87
"vendor/symfony/console/Resources/bin/hiddeninput.exe"
98
],
109
"finder": [
@@ -24,8 +23,5 @@
2423
"output": "build/automate.phar",
2524
"git-commit": "git-commit",
2625
"git-version": "git-version",
27-
"replacements": {
28-
"manifest_url": "https://automatephp.github.io/automate/manifest.json"
29-
},
3026
"stub": true
3127
}

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
"description": "Deployment Tool",
44
"type": "project",
55
"require": {
6-
"symfony/console": "^3.2",
7-
"symfony/yaml": "^3.2",
6+
"php": ">=5.6",
7+
"symfony/console": "^3.4",
8+
"symfony/yaml": "^3.4",
9+
"symfony/event-dispatcher": "^3.4",
10+
"symfony/serializer": "^3.4",
811
"romaricdrigon/metayaml": "^1.1",
9-
"symfony/serializer": "3.2",
1012
"phpseclib/phpseclib": "~2.0",
11-
"kherge/amend": "3.0.5",
12-
"phpunit/phpunit": "5.*"
13+
"padraic/phar-updater": "^1.0",
14+
"guzzlehttp/guzzle": "^6.3"
1315
},
1416
"require-dev": {
15-
"phake/phake": "@stable"
17+
"phake/phake": "~2.0",
18+
"phpunit/phpunit": "5.*"
1619
},
1720
"license": "MIT",
1821
"authors": [

0 commit comments

Comments
 (0)