-
- Downloads
Prepare release
... | @@ -18,13 +18,12 @@ | ... | @@ -18,13 +18,12 @@ |
"issues": "https://github.com/sebastianbergmann/php-timer/issues", | "issues": "https://github.com/sebastianbergmann/php-timer/issues", | ||
"security": "https://github.com/sebastianbergmann/php-timer/security/policy" | "security": "https://github.com/sebastianbergmann/php-timer/security/policy" | ||
}, | }, | ||
"minimum-stability": "dev", | |||
"prefer-stable": true, | "prefer-stable": true, | ||
"require": { | "require": { | ||
"php": ">=8.3" | "php": ">=8.3" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^12.0-dev" | "phpunit/phpunit": "^12.0" | ||
}, | }, | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
... | ... |
Please register or sign in to comment