Skip to content

Releases: tpg/platoon

v2.0.1

17 Apr 18:59
Compare
Choose a tag to compare
  • Recursively replace config hooks. This means you can add hooks to a server config without needing to replicate common hooks.

v2.0.0

01 Mar 12:58
Compare
Choose a tag to compare
  • Laravel 11 support
  • Dropped PHP 8.1 support

v1.3.5

26 Feb 16:59
Compare
Choose a tag to compare

Removed the spatie/laravel-data package as we don't actually use it.

v.1.3.4

18 Oct 08:29
Compare
Choose a tag to compare

Fixed a bug in the PHP flags config.

v1.3.3

12 Oct 09:33
Compare
Choose a tag to compare
Actions update.

v1.3.2

06 Oct 08:36
Compare
Choose a tag to compare

Fixes to composer dependency install.

v1.3.1

06 Oct 08:15
Compare
Choose a tag to compare
  • Whoops.

v1.3.0

06 Oct 08:09
Compare
Choose a tag to compare

Just a small update to fix an irritating Composer install problem.

  • Dependency update.
  • Pass -dallow_url_open=1 to the PHP cli when installing composer.

v1.2.0

21 Feb 07:00
Compare
Choose a tag to compare

Simple one: Laravel 10 support.

v1.1.0

30 Jan 13:17
Compare
Choose a tag to compare

This release fixes a number of small bugs that crept into the v1.0 release, mainly around the placement of the composer.phar executable.

  • The composer install location will now correctly default to the project root.
  • The base directory config should be "root" and not "path". There were some basic config changes that didn't make it into the previous release.
  • Added test support for PHP 8.2.