Skip to content

Commit

Permalink
Propel v2.0.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj authored Oct 23, 2016
1 parent 213b419 commit 14ec9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},

"require": {
"propel/propel": "dev-master",
"propel/propel": "2.0.0-alpha6",
"symfony/symfony": "^2.8|^3.0",
"symfony/security-acl": "^2.8|^3.0"
},
Expand Down

1 comment on commit 14ec9f5

@gharlan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to use current master of propel and propel-bundle. But I have to use alpha6 now..

composer.json:

        "propel/propel": "^2.0@dev",
        "propel/propel-bundle": "^3.0@dev",

Error:

screenshot 2016-10-26 18 00 31

Please sign in to comment.