Skip to content

Commit

Permalink
chore: Static files maintenance.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
  • Loading branch information
drupol committed Nov 11, 2020
1 parent b6a54a2 commit b251d59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
/example/
/.idea/
/test.php
/phpspec.yml
/infection.json

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
}
],
"require": {
"php": "^7.1",
"symfony/polyfill-mbstring": "^1.18"
"php": ">= 7.1.3"
},
"require-dev": {
"drupol/php-conventions": "^1.7.2 || ^1.8.6",
"drupol/php-conventions": "^1.7.2 || ^1.8.6 || ^2.0.2",
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"infection/infection": "^0.13.6 || ^0.15.3",
"phpspec/phpspec": "^5.1.2 || ^6.2.1",
"phpspec/phpspec": "^5.1.2 || ^6.3",
"phpstan/phpstan-strict-rules": "^0.12.2",
"vimeo/psalm": "^3.12"
"symfony/polyfill-mbstring": "^1.18",
"vimeo/psalm": "^3.18 || ^4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion grumphp.yml.dist → grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
infection:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
configuration: infection.json
min_msi: 50
min_covered_msi: 50

File renamed without changes.
File renamed without changes.

0 comments on commit b251d59

Please sign in to comment.