Skip to content

Commit

Permalink
feat(chore) : update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldinou committed Sep 27, 2024
1 parent cc8d55c commit 2b11c5c
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 233 deletions.
22 changes: 8 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"ducks-project/polyfill-enum": "^1.x-dev",
"symfony/polyfill-php80": "^1.31"
"ext-json": "*"
},
"require-dev": {
"atoum/stubs": "^2.6",
"friendsofphp/php-cs-fixer": "^3.64",
"phpbench/phpbench": "^1.2",
"phpmd/phpmd": "^2.15",
Expand All @@ -63,8 +60,12 @@
"psr-4": {
"Ducks\\Component\\SplTypes\\": ""
},
"classmap": [
"Resources/stubs"
],
"files": [
"bootstrap.php"
"bootstrap.php",
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
Expand All @@ -76,15 +77,8 @@
}
},
"extra": {
"replace": {
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*"
"duck": {
"status": "validated"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 2b11c5c

Please sign in to comment.