Skip to content

Commit 0719175

Browse files
author
=
committed
Updated
1 parent bb3fc1f commit 0719175

File tree

2 files changed

+2377
-8
lines changed

2 files changed

+2377
-8
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@
1212
],
1313
"require": {
1414
"php": ">=5.6",
15-
"dragonmantank/cron-expression": "^3.0",
16-
"opis/closure": "^3.5",
17-
"swiftmailer/swiftmailer": "^5.4|^6.0",
18-
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
15+
"mashape/unirest-php": "^3.0"
1916
},
2017
"require-dev": {
21-
"mp091689/dump-die": "^1.0",
22-
"phpunit/phpunit": "^4.6",
23-
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
18+
"phpunit/phpunit": "^4.6"
2419
},
2520
"autoload": {
2621
"psr-4": {
@@ -30,7 +25,7 @@
3025
"autoload-dev": {
3126
"psr-4": {
3227
"SsentezoWallet\\Tests\\": "tests/"
33-
}
28+
}
3429
},
3530
"config": {
3631
"sort-packages": true

0 commit comments

Comments
 (0)