Skip to content

Commit

Permalink
update composer.json and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed May 2, 2019
1 parent 6813ce2 commit 795e091
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 388 deletions.
19 changes: 7 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,23 @@
},
"bin": ["bin/satis"],
"require": {
"php": "^7.0",
"composer/composer": "^1.4",
"twig/twig": "^1.7 || ^2.0",
"symfony/console": "^2.1 || ^3.0.4 || ^4.0"
"php": "^7.2",
"composer/composer": "^1.8.5",
"symfony/console": "^4.2",
"twig/twig": "^2.8"
},
"autoload": {
"psr-4": { "Composer\\Satis\\": "src" }
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"phpunit/phpunit-mock-objects": "^4.0",
"ext-json": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"mikey179/vfsstream": "^1.6",
"friendsofphp/php-cs-fixer": "^2.11"
"phpunit/phpunit": "^7.0 || ^8.0"
},
"autoload-dev": {
"psr-4": { "Composer\\Satis\\": "tests" }
},
"config": {
"platform": {
"php": "7.0"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
Expand Down
Loading

0 comments on commit 795e091

Please sign in to comment.