Skip to content

Commit

Permalink
Merge pull request #3 from ghostwriter/feature/add-option-package
Browse files Browse the repository at this point in the history
feature/add option package
  • Loading branch information
ghostwriter committed Aug 6, 2022
2 parents 6ea7d84 + d2429de commit 3976f96
Show file tree
Hide file tree
Showing 11 changed files with 356 additions and 272 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/infection.json
/mkdocs.site.yml
/phpbench.json
/phpcs.log
/phpcs.xml
/phpunit.xml
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@
}
],
"require": {
"php": ">=8.0,<8.2"
"php": ">=8.0,<8.3",
"ghostwriter/option": "^0.3.0"
},
"require-dev": {
"infection/infection": "^0.26.13",
"phpbench/phpbench": "^1.2.5",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.13.8",
"symplify/easy-coding-standard": "^11.0.8",
"vimeo/psalm": "^4.24.0"
"rector/rector": "^0.13.10",
"symplify/easy-coding-standard": "^11.0.9",
"vimeo/psalm": "^4.26"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down Expand Up @@ -82,9 +83,7 @@
"cs-check": "vendor/bin/ecs check --clear-cache || true",
"cs-fix": "vendor/bin/ecs check --fix --clear-cache",
"dev": [
"@cs-fix",
"@test",
"@psalm",
"@check",
"@infection"
],
"infection": [
Expand Down

0 comments on commit 3976f96

Please sign in to comment.