Skip to content

Commit

Permalink
prep for package release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-dayspring committed Dec 20, 2022
1 parent ff35388 commit b897e29
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "propel/propel-bundle",
"name": "dayspring-tech/propel-bundle",
"description": "Integration of Propel in Symfony2",
"keywords": ["propel", "orm", "persistence"],
"type": "symfony-bundle",
Expand Down Expand Up @@ -28,12 +28,9 @@
"symfony/phpunit-bridge": "^3.4|^4.0"
},

"conflict": {
"symfony/propel1-bridge": ">=2.8.0"
},

"replace": {
"symfony/propel1-bridge": "<=2.8.0"
"symfony/propel1-bridge": "<=2.8.0",
"propel/propel-bundle": "^1.7.0"
},

"suggest": {
Expand Down

0 comments on commit b897e29

Please sign in to comment.