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 25, 2024
1 parent 4af6e9c commit 9aeb393
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 11 deletions.
22 changes: 12 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
"squizlabs/php_codesniffer": "^3.10",
"vimeo/psalm": "^5.26"
},
"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": "*"
},
"autoload": {
"psr-4": {
"Ducks\\Component\\SplTypes\\": ""
Expand All @@ -72,6 +62,18 @@
"Ducks\\Component\\SplTypes\\Tests\\": "Tests/"
}
},
"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": "*"
}
},
"scripts": {
"bench": "./vendor/bin/phpbench run Tests/benchmark/ --report=aggregate --retry-threshold=5",
"junittest": "./vendor/bin/phpunit Tests/phpunit --process-isolation -c phpunit.xml.dist --log-junit junit.xml",
Expand Down
78 changes: 77 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aeb393

Please sign in to comment.