Skip to content

Commit

Permalink
Updated the jaxon-core package version number in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Dec 31, 2016
1 parent 25e33bc commit bbc8ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation
Add the following lines in the `composer.json` file, and run the `composer update` command.
```json
"require": {
"jaxon-php/jaxon-symfony": "1.0.*"
"jaxon-php/jaxon-symfony": "~2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"source": "https://github.com/jaxon-php/jaxon-symfony"
},
"require": {
"jaxon-php/jaxon-core": "dev-master",
"jaxon-php/jaxon-core": "~2.0",
"symfony/symfony": "2.8.*|3.0.*|3.1.*"
},
"autoload": {
Expand Down

0 comments on commit bbc8ed5

Please sign in to comment.