Skip to content

Commit

Permalink
Updating dependencies as per #270, this breaks everything...
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Feb 22, 2018
1 parent 88fc84d commit f3eb7bc
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 227 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"site",
"generator"
],
"support": {
"issues": "https://github.com/tapestry-cloud/tapestry/issues",
"source": "https://github.com/tapestry-cloud/tapestry"
},
"license": "MIT",
"authors": [
{
Expand All @@ -28,7 +32,7 @@
}
},
"require": {
"php": ">=5.6.0",
"php": ">=7.0.0",
"symfony/console": "^3.4",
"symfony/filesystem": "^3.4",
"symfony/finder" : "^3.4",
Expand All @@ -42,7 +46,7 @@
"michelf/php-markdown": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^5"
"phpunit/phpunit": "6.*|7.*"
},
"bin": [
"bin/tapestry.php"
Expand Down
Loading

0 comments on commit f3eb7bc

Please sign in to comment.