Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Allow 3.4 to be used as dependency. See #926
  • Loading branch information
ruudboon authored Sep 16, 2019
1 parent d17dd99 commit 389074d
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 @@ -31,7 +31,7 @@
},
"require": {
"php": ">=5.5",
"ext-phalcon": "~3.3"
"ext-phalcon": "^3.3"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
Expand Down

0 comments on commit 389074d

Please sign in to comment.