Skip to content

Commit

Permalink
Merge pull request #1 from mybuilder/make-it-work-with-symfony3
Browse files Browse the repository at this point in the history
Make propel bundle 1.5 work with Symfony 3
  • Loading branch information
gavinlove authored Sep 17, 2018
2 parents 89ca667 + 61e08f2 commit 436a9d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "propel/propel-bundle",
"name": "mybuilder/propel-bundle",
"description": "Integration of Propel in Symfony2",
"keywords": ["propel", "orm", "persistence"],
"type": "symfony-bundle",
Expand All @@ -17,11 +17,11 @@

"require": {
"propel/propel1": "^1.6.8",
"symfony/framework-bundle": "^2.8.2"
"symfony/framework-bundle": ">=2.8,<3.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.21|^5.0.10",
"symfony/symfony": "^2.8.2",
"phpunit/phpunit": "~6.0",
"symfony/symfony": ">=2.8,<3.5",
"sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "^1.5"
},
Expand Down

0 comments on commit 436a9d1

Please sign in to comment.