Skip to content

Commit 8db10a6

Browse files
committed
Use patched propel repo.
1 parent e6efcd4 commit 8db10a6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "propel/propel-bundle",
3-
"description": "Integration of Propel in Symfony2",
4-
"keywords": ["propel", "orm", "persistence"],
2+
"name": "deviscoding/propel1-bundle",
3+
"description": "Fork of PropelBundle with patches for PHP 7.x and Symfony 3.x compatibility.",
4+
"keywords": ["propel", "orm", "persistence","symfony","3.x","1.x"],
55
"type": "symfony-bundle",
66
"license": "MIT",
77
"authors": [{
@@ -16,8 +16,8 @@
1616
},
1717

1818
"require": {
19-
"propel/propel1": "^1.6.8",
20-
"symfony/framework-bundle": "^3.0.2"
19+
"symfony/framework-bundle": "^3.0.2",
20+
"palepurple/propel1": "^1.7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^4.8.21|^5.0.10",

0 commit comments

Comments
 (0)