Skip to content

Commit

Permalink
Fixed dependencies, changed to PHPUnit Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Feb 23, 2021
1 parent dc0b003 commit 00346f1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"ext-curl": "*",
"ext-intl": "*",
"php": ">=7.1",
"egulias/email-validator": "^2.1",
"utopia-php/domains": "^1.1"
},
Expand All @@ -27,10 +25,9 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/var-dumper": "^4.3",
"phpstan/phpstan": "^0.11.19",
"friendsofphp/php-cs-fixer": "^2.16"
"phpstan/phpstan": "^0.12.78",
"friendsofphp/php-cs-fixer": "^2.16",
"symfony/phpunit-bridge": "^5.2"
},
"scripts": {
"lint": "./vendor/bin/php-cs-fixer fix --diff --dry-run",
Expand Down

0 comments on commit 00346f1

Please sign in to comment.