diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-06 11:57:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-06 11:57:39 +0200 |
commit | e3b0ee152639b4388b15b78d229107f0caa20e5a (patch) | |
tree | 962dbb9bdfd263215a1124fa8be9e22925851d77 /composer.json | |
parent | 219f6284a2e77281ffedac0c3c0b3228c557a3bd (diff) |
- update to 2.15.0
- add patch for libpcre2 10.33 from
https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4406
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 30e749c..84661d3 100644 --- a/composer.json +++ b/composer.json @@ -35,13 +35,13 @@ "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", "justinrainbow/json-schema": "^5.0", "keradus/cli-executor": "^1.2", - "mikey179/vfsStream": "^1.6", + "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.1", "php-cs-fixer/accessible-object": "^1.0", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", - "phpunitgoodpractices/traits": "^1.5.1", + "phpunitgoodpractices/traits": "^1.8", "symfony/phpunit-bridge": "^4.0" }, "suggest": { @@ -53,6 +53,11 @@ "config": { "sort-packages": true }, + "extra": { + "branch-alias": { + "dev-master": "2.15-dev" + } + }, "autoload": { "psr-4": { "PhpCsFixer\\": "src/" |