diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebe2ea..cc6f2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ +[1.0.0]: https://github.com/r4ndsen/sqlite-php/commits/1.0.0 + # Changelog All notable changes to this project will be listed in this file. -## [1.0.1](https://github.com/r4ndsen/sqlite-php/commits/1.0.1) - 2026-04-20 - -- Updated `phpunit/phpunit`. - -## [1.0.0](https://github.com/r4ndsen/sqlite-php/commits/1.0.0) - 2026-03-23 +## [1.0.0] - 2025-09-22 -- Initial release +The first release diff --git a/composer.json b/composer.json index ad4a6c0..0a5fd73 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "php-coveralls/php-coveralls": "^2.9", "phpbench/phpbench": "^1.6", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^11.5|^12.5", + "phpunit/phpunit": "^11.5", "psalm/plugin-phpunit": "^0.19", "rector/rector": "^2.3", "roave/security-advisories": "dev-latest"