mirror of
https://github.com/itflow-org/itflow
synced 2026-08-23 07:55:12 +00:00
Allow PHP-8.2 and up Compatibility instead of just PHP-8.4
This commit is contained in:
10
plugins/vendor/nesbot/carbon/composer.json
vendored
10
plugins/vendor/nesbot/carbon/composer.json
vendored
@@ -19,11 +19,11 @@
|
||||
"homepage": "https://github.com/kylekatarnls"
|
||||
}
|
||||
],
|
||||
"homepage": "https://carbon.nesbot.com",
|
||||
"homepage": "https://carbonphp.github.io/carbon/",
|
||||
"support": {
|
||||
"issues": "https://github.com/CarbonPHP/carbon/issues",
|
||||
"source": "https://github.com/CarbonPHP/carbon",
|
||||
"docs": "https://carbon.nesbot.com/docs"
|
||||
"docs": "https://carbonphp.github.io/carbon/guide/getting-started/introduction.html"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -44,9 +44,9 @@
|
||||
"ext-json": "*",
|
||||
"carbonphp/carbon-doctrine-types": "<100.0",
|
||||
"psr/clock": "^1.0",
|
||||
"symfony/clock": "^6.3.12 || ^7.0",
|
||||
"symfony/clock": "^6.3.12 || ^7.0 || ^8.0",
|
||||
"symfony/polyfill-mbstring": "^1.0",
|
||||
"symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
|
||||
"symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/dbal": "^3.6.3 || ^4.0",
|
||||
@@ -57,7 +57,7 @@
|
||||
"phpstan/extension-installer": "^1.4.3",
|
||||
"phpstan/phpstan": "^2.1.22",
|
||||
"phpunit/phpunit": "^10.5.53",
|
||||
"squizlabs/php_codesniffer": "^3.13.4"
|
||||
"squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/clock-implementation": "1.0"
|
||||
|
||||
Reference in New Issue
Block a user