Skip to content

Commit

Permalink
package plesk/api-php-lib move to suggets
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Feb 21, 2020
1 parent d1ecce5 commit c5dc142
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.5",
"plesk/api-php-lib": "^1.0"
"guzzlehttp/guzzle": "^6.5"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^3.8.0|^4.0"
"orchestra/testbench": "^3.8.0|^4.0",
"plesk/api-php-lib": "^1.0"
},
"suggest": {
"plesk/api-php-lib": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c5dc142

Please sign in to comment.