Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aditisinghcedcoss authored May 21, 2019
1 parent 179e2b8 commit 0875a0e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "cedcommerce/fnacapiclient",
"version": "4.0.0",
"version": "5.0.0",
"description": "Simple PHP wrapper for FNAC API",
"require": {
"zendframework/zend-http" : ">=2.3.2",
"zendframework/zend-uri" : ">=2.3.2",
"zendframework/zend-validator" : ">=2.10.1",
"monolog/monolog" : ">=1.17",
"symfony/finder" : ">=4.0",
"symfony/http-foundation": ">=4.0",
"symfony/serializer": ">=2.8",
"symfony/class-loader": ">=2.0.4",
"symfony/yaml" : ">=3.0"
"zendframework/zend-http" : "*",
"zendframework/zend-uri" : "*",
"zendframework/zend-validator" : "*",
"monolog/monolog" : "*",
"symfony/finder" : "*",
"symfony/http-foundation": "*",
"symfony/serializer": "*",
"symfony/class-loader": "*",
"symfony/yaml" : "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0875a0e

Please sign in to comment.