Skip to content
Snippets Groups Projects
Unverified Commit 01969c6c authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Start development of next major version

parent c5bb219b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ on:
name: "CI"
env:
COMPOSER_ROOT_VERSION: "2.0-dev"
COMPOSER_ROOT_VERSION: "3.0-dev"
permissions:
contents: read
......@@ -61,7 +61,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
......
......@@ -2,6 +2,12 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
## [3.0.0] - 2024-02-02
### Removed
* This component is no longer supported on PHP 8.1
## [2.0.2] - 2023-12-21
### Changed
......@@ -46,6 +52,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* Initial release
[3.0.0]: https://github.com/sebastianbergmann/lines-of-code/compare/2.0...main
[2.0.2]: https://github.com/sebastianbergmann/lines-of-code/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/sebastianbergmann/lines-of-code/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.3...2.0.0
......
......@@ -17,15 +17,15 @@
},
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.2",
"nikic/php-parser": "^4.18 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^11.0"
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"optimize-autoloader": true,
"sort-packages": true
......@@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.0-dev"
"dev-main": "3.0-dev"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment