Skip to content

Commit 08dfc48

Browse files
authored
Merge pull request #1 from kryoz/no-cli
removed console methods and legacy symfony dependencies
2 parents 608d11e + bfcf9cc commit 08dfc48

17 files changed

Lines changed: 223 additions & 896 deletions

bin/build_etcd

Lines changed: 0 additions & 11 deletions
This file was deleted.

bin/etcd-php

Lines changed: 0 additions & 35 deletions
This file was deleted.

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@
1515
"name": "Joost Faassen",
1616
"email": "j.faassen@linkorb.com",
1717
"role": "Development"
18+
},
19+
{
20+
"name": "Alexander Kubintsev",
21+
"email": "kubintsev.ru@gmail.com",
22+
"role": "Development"
1823
}
1924
],
2025
"require": {
21-
"php": ">=5.6",
22-
"symfony/console": "^2.4 || ^3.0 || ^4.0",
23-
"symfony/filesystem": "^2.4 || ^3.0 || ^4.0",
26+
"php": ">=7.4",
2427
"guzzlehttp/guzzle": "^7.0"
2528
},
2629
"require-dev": {
27-
"phpunit/phpunit": "^5.7"
30+
"phpunit/phpunit": "^6"
2831
},
2932
"autoload": {
3033
"psr-4": {
@@ -36,8 +39,5 @@
3639
"LinkORB\\Tests\\Component\\Etcd\\": "tests/"
3740
}
3841
},
39-
"bin": [
40-
"bin/etcd-php"
41-
],
4242
"license": "MIT"
4343
}

0 commit comments

Comments
 (0)