Skip to content

Commit dadb565

Browse files
committed
Upgraded nilportugues/json-api to 2.3
1 parent 541aa02 commit dadb565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nilportugues/jsonapi-bundle",
33
"homepage": "http://nilportugues.com",
44
"type": "library",
5-
"description": "Symfony 2 JSON API Transformer Package",
5+
"description": "Symfony 2 & 3 JSON API Transformer Package",
66
"keywords": ["sf2", "symfony", "symfony2", "symfony3", "lumen", "json", "api", "jsonapi", "serializer", "transformer", "psr7", "response"],
77
"license": "MIT",
88
"authors": [
@@ -19,11 +19,11 @@
1919
},
2020
"require": {
2121
"php": ">=5.5.0",
22-
"nilportugues/json-api": "2.2.*"
22+
"nilportugues/json-api": "^2.3"
2323
},
2424
"require-dev": {
2525
"symfony/symfony": "2.*",
26-
"fabpot/php-cs-fixer": "~1.9",
26+
"friendsofphp/php-cs-fixer": "~1.9",
2727
"nilportugues/php_backslasher": "~0.2"
2828
},
2929
"config": {

0 commit comments

Comments
 (0)