Update version dependency for better support

This commit is contained in:
Lance Pioch 2018-05-09 02:40:40 -04:00
parent 5f6ee45f44
commit df79d3bad4
2 changed files with 59 additions and 12 deletions

View file

@ -44,7 +44,7 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.1",
"barryvdh/laravel-ide-helper": "^2.4",
"codedungeon/phpunit-result-printer": "^0.6.0",
"codedungeon/phpunit-result-printer": "^0.17.1",
"filp/whoops": "^2.1",
"friendsofphp/php-cs-fixer": "^2.8.0",
"fzaninotto/faker": "^1.6",

69
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "8c907d970c12c8d0722dbd21437dbfb6",
"content-hash": "d89e77272f0045b5b6b6fecbd297e6bc",
"packages": [
{
"name": "appstract/laravel-blade-directives",
@ -4355,27 +4355,72 @@
"time": "2016-06-13T19:28:20+00:00"
},
{
"name": "codedungeon/phpunit-result-printer",
"version": "0.6.0",
"name": "codedungeon/php-cli-colors",
"version": "1.10.3",
"source": {
"type": "git",
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
"reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f"
"url": "https://github.com/mikeerickson/php-cli-colors.git",
"reference": "1beb5c21b21b2c125aff26a75caf02fcec12571f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/34659fcb48ef35fc27c09ded46ac79b25ee95d2f",
"reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f",
"url": "https://api.github.com/repos/mikeerickson/php-cli-colors/zipball/1beb5c21b21b2c125aff26a75caf02fcec12571f",
"reference": "1beb5c21b21b2c125aff26a75caf02fcec12571f",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": ">=5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Codedungeon\\PHPCliColors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Erickson",
"email": "codedungeon@gmail.com"
}
],
"description": "PHP Package for using color output in CLI commands",
"homepage": "https://github.com/mikeerickson/php-cli-colors",
"keywords": [
"color",
"colors",
"composer",
"package",
"php"
],
"time": "2017-09-12T17:12:52+00:00"
},
{
"name": "codedungeon/phpunit-result-printer",
"version": "0.17.1",
"source": {
"type": "git",
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
"reference": "aac73dbc502e70d42059d74a5aced6911982797b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/aac73dbc502e70d42059d74a5aced6911982797b",
"reference": "aac73dbc502e70d42059d74a5aced6911982797b",
"shasum": ""
},
"require": {
"codedungeon/php-cli-colors": "^1.10",
"hassankhan/config": "^0.10.0",
"php": "^7.1",
"symfony/yaml": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.2",
"spatie/phpunit-watcher": "^1.3"
"phpunit/phpunit": "7.1.1",
"spatie/phpunit-watcher": "^1.5"
},
"type": "library",
"autoload": {
@ -4395,13 +4440,15 @@
],
"description": "PHPUnit Pretty Result Printer",
"keywords": [
"TDD",
"composer",
"package",
"phpunit",
"printer",
"result-printer"
"result-printer",
"testing"
],
"time": "2018-02-04T21:48:07+00:00"
"time": "2018-05-09T02:10:52+00:00"
},
{
"name": "composer/semver",