Skip to content

Commit

Permalink
Merge pull request #10 from metalmini/master
Browse files Browse the repository at this point in the history
Update to SF 3.4
  • Loading branch information
Michael Schouman authored Feb 3, 2020
2 parents ced5508 + da7db73 commit c6ec775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/phpunit.xml
composer.lock
/vendor/
.idea/
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@
"keywords": ["symfony2","ajax","response","http-foundation", "httpfoundation", "ajaxresponse", "ajax-response"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Pim Widdershoven",
"email": "[email protected]",
"homepage": "http://www.bluetea.nl"
}
],
"require": {
"jms/serializer-bundle": "*",
"symfony/http-foundation": ">=2.3",
"symfony/http-kernel": ">=2.3"
"symfony/http-foundation": "3.4.*",
"symfony/http-kernel": "3.4.*"
},
"autoload": {
"psr-0": {
Expand All @@ -28,6 +21,7 @@
}
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^4.6"
}
}

0 comments on commit c6ec775

Please sign in to comment.