Skip to content

Commit

Permalink
Feature: Replace a service (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter authored Jun 27, 2022
2 parents 123ba13 + 52f1910 commit ee13232
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 769 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.cache/
/.cache
/.phpunit.cache/
/docs/html/
/vendor/
Expand Down
17 changes: 4 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,14 @@
}
],
"require": {
"php": ">=8.0, <8.2",
"psr/container": "^1.1 || ^2.0"
"php": ">=8.0,<8.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.16.1",
"rector/rector": "^0.12.23",
"roave/security-advisories": "dev-latest",
"symplify/easy-coding-standard": "^10.2.7",
"vimeo/psalm": "^4.23.0"
},
"replace": {},
"conflict": {
"ext-psr": "*"
},
"provide": {
"psr/container-implementation": "^1.1 || ^2.0"
"symplify/easy-coding-standard": "^10.3.3",
"vimeo/psalm": "^4.24.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit ee13232

Please sign in to comment.