Skip to content

Releases: ramsey/php-library-starter-kit

php-library-starter-kit 3.5.6

07 Mar 03:45
3.5.6
ad9b8e8
Compare
Choose a tag to compare

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

07 Mar 03:22
3.5.5
3a2608e
Compare
Choose a tag to compare

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

31 Oct 02:21
3.5.4
7459c07
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Add missing instructions for creating MERGE_TOKEN to merge-me.yml GitHub Action file.

php-library-starter-kit 3.5.3

31 Oct 01:02
3.5.3
057f841
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • By default, assign permissions to upload security reports

php-library-starter-kit 3.5.2

25 May 01:53
3.5.2
cbeaf31
Compare
Choose a tag to compare

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

27 Apr 02:22
3.5.1
15689d9
Compare
Choose a tag to compare

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

27 Apr 01:41
3.5.0
7df02e3
Compare
Choose a tag to compare

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

27 Jan 20:33
3.4.2
f9ee8af
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Use a new instance of the Symfony Finder for each use.

3.4.1

02 Jan 01:33
3.4.1
a821eaa
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Bump codecov/codecov-action to v2.1.0

3.4.0

02 Jan 01:25
3.4.0
f4446db
Compare
Choose a tag to compare

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 on main.

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.