Skip to content

Commit c94c664

Browse files
authored
Merge pull request #187 from asgrim/override-source-download-urls
Allow extensions to override download URLs
2 parents e379d39 + 41f49d3 commit c94c664

File tree

61 files changed

+1582
-884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1582
-884
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
],
2929
"require": {
3030
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
31-
"composer/composer": "^2.8.5",
31+
"composer/composer": "^2.8.6",
3232
"composer/pcre": "^3.3.2",
3333
"composer/semver": "^3.4.3",
3434
"fidry/cpu-core-counter": "^1.2",
3535
"illuminate/container": "^10.48.28",
3636
"psr/container": "^2.0.2",
3737
"symfony/console": "^6.4.17",
38-
"symfony/process": "^6.4.15",
38+
"symfony/process": "^6.4.19",
3939
"webmozart/assert": "^1.11"
4040
},
4141
"require-dev": {
42-
"behat/behat": "^3.18.1",
42+
"behat/behat": "^3.19.0",
4343
"doctrine/coding-standard": "^12.0",
44-
"phpunit/phpunit": "^10.5.44",
44+
"phpunit/phpunit": "^10.5.45",
4545
"psalm/plugin-phpunit": "^0.19.2",
46-
"vimeo/psalm": "^6.3.0"
46+
"vimeo/psalm": "^6.8.8"
4747
},
4848
"replace": {
4949
"symfony/polyfill-php81": "*",

0 commit comments

Comments
 (0)