Start development of next major version
... | ... | @@ -21,19 +21,20 @@ |
"issues": "https://github.com/sebastianbergmann/recursion-context/issues", | ||
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"config": { | ||
"platform": { | ||
"php": "8.2.0" | ||
"php": "8.3.0" | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": ">=8.2" | ||
"php": ">=8.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^11.3" | ||
"phpunit/phpunit": "^12.0-dev" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
... | ... | @@ -42,7 +43,7 @@ |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "6.0-dev" | ||
"dev-main": "7.0-dev" | ||
} | ||
} | ||
} |
Please register or sign in to comment