Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris committed Sep 10, 2018
1 parent 2beb11c commit a18be79
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "pre/collections",
"license": "MIT",
"require": {
"pre/plugin": "*"
"pre/plugin": "^0.11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -17,16 +17,5 @@
"macros": [
"source/macros.yay"
]
},
"repositories": [
{
"type": "path",
"url": "../pre-plugin",
"options": {
"symlink": false
}
}
],
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit a18be79

Please sign in to comment.