Skip to content

Commit

Permalink
Fork the original package and make changes neccessary for Symfony 3.4…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
mpdude committed Oct 1, 2018
1 parent 47413c4 commit 53c798f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 971 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
phpunit.xml
composer.lock

20 changes: 14 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"name": "jms/object-routing",
"name": "webfactory/object-routing",
"description": "Library for generating routes based on objects.",
"license": "Apache2",

"replace": {
"jms/object-routing": "<= 1.0.0"
},

"require": {
"jms/metadata": "~1.3",
"symfony/property-access": "~2.2 || ~3.0"
"jms/metadata": "^1.3",
"symfony/property-access": "^2.2||^3.0"
},

"require-dev": {
"symfony/routing": "~2.1||~3.0",
"doctrine/common": "~2.2",
"symfony/yaml": "~2.0 || ~3.0"
"symfony/routing": "^2.2||^3.0",
"doctrine/common": "^2.2",
"symfony/yaml": "^2.0||^3.0"
},

"conflict": {
"twig/twig": "< 1.26"
},

"autoload": {
Expand Down
Loading

0 comments on commit 53c798f

Please sign in to comment.