Skip to content

Commit

Permalink
Update Symfony dependency constraint (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapple authored and jmolivas committed Jul 28, 2017
1 parent ae2a766 commit f3bac23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.rules

# Composer
.composer.lock
/vendor

# Binaries
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"composer-plugin-api": "^1.0",
"symfony/yaml": ">=2.7 <3.0",
"symfony/finder": ">=2.7 <3.0"
"symfony/yaml": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
116 changes: 0 additions & 116 deletions composer.lock

This file was deleted.

0 comments on commit f3bac23

Please sign in to comment.