Releases: ramsey/php-library-starter-kit
Releases · ramsey/php-library-starter-kit
php-library-starter-kit 3.5.6
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Partially revert commit dbec32c; the attempt to define the full Symfony Question interface on the custom StarterKitQuestion interface caused problems when using older versions of symfony/console.
php-library-starter-kit 3.5.5
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
Modernize and update type declarations and annotations throughout (no BC breaks).
-
Ensure all tests and static analysis tools pass on PHP 8.3 and 8.4.
-
Update symfony/finder dependency to
^6.4 || ^7.2
. -
Update twig/twig dependency to
^3.20
.
php-library-starter-kit 3.5.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Add missing instructions for creating
MERGE_TOKEN
tomerge-me.yml
GitHub Action file.
php-library-starter-kit 3.5.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- By default, assign permissions to upload security reports
php-library-starter-kit 3.5.2
Added
- Add comment about permissions for security events to continuous integration workflow file.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Disable rendering Code of Conduct messages if None selected.
php-library-starter-kit 3.5.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
Remove code supporting old versions of symfony/process.
-
Improve checks for line-endings.
php-library-starter-kit 3.5.0
Added
-
Add an option for version 2.1 of the Contributor Covenant
-
Update GitHub workflows to support auto-merging of Dependabot pull requests
Changed
-
Update ramsey/devtools to version 2.0
-
Increase minimum PHP version to 8.1
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Stop passing
starter-kit
command name to avoid confusing newer versions of symfony/console.
3.4.2
3.4.1
3.4.0
Added
- Add the
allow-plugins
property to composer.json. - Tell Dependabot to update GitHub Actions.
- Run GitHub Actions CI builds only on pushes to
main
and PRs based onmain
.
Changed
- Remove "deps" as a type from conventional commits configuration.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Use v2 of ramsey/composer-install.
- Fix a few package compatibility issues with PHP 8.1.