Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed Nov 15, 2020
1 parent 6b21f62 commit c89f29d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REQUIRED_PARAM_NAME_USER_PHONE=msisdn
REQUIRED_PARAM_NAME_MENU_STRING=message
REQUIRED_PARAM_NAME_REQUEST_TYPE=ussdServiceOp
REQUIRED_PARAM_NAME_SESSION_ID=sessionID
REQUIRED_PARAM_NAME_USER_NETWORK=network
REQUIRED_PARAM_NAME_USER_RESPONSE=ussdString
REQUIRED_PARAM_NAME_USER_PHONE=msisdn
REQUIRED_PARAM_NAME_USER_NETWORK=network
REQUIRED_PARAM_NAME_REQUEST_TYPE=ussdServiceOp
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"homepage": "https://github.com/prinx"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"prinx/dotenv": "^0.4.2",
"prinx/notify": "^0.0.1",
"prinx/phputils": "^0.0.3"
"prinx/dotenv": "^0.4",
"prinx/notify": "^0.0",
"prinx/phputils": "^0.0"
},
"config": {
"optimize-autoloader": true
Expand Down
157 changes: 0 additions & 157 deletions composer.lock

This file was deleted.

0 comments on commit c89f29d

Please sign in to comment.