Skip to content

Releases: WyriHaximus/php-test-utilities

8.7.0

04 Nov 16:47
4bfd54c

Choose a tag to compare

8.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 8
  • Total contributors: 2

Dependencies 📦

Feature 🏗

8.6.0

24 Oct 19:45
d41143c

Choose a tag to compare

8.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 13
  • Total contributors: 1

Dependencies 📦

8.5.0

08 Oct 17:48
8751f61

Choose a tag to compare

8.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Dependencies 📦

8.4.0

07 Oct 12:44
6b8f049

Choose a tag to compare

8.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 1

Dependencies 📦

8.3.0

29 Sep 14:44
5d4e5af

Choose a tag to compare

8.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 1

Dependencies 📦

8.2.0

12 Sep 16:30
2b2a153

Choose a tag to compare

8.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 21
  • Total contributors: 1

Dependencies 📦

8.1.0

20 Aug 17:19
f99d2e3

Choose a tag to compare

8.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Dependencies 📦

Feature 🏗

8.0.0

18 Aug 18:50
57aa098

Choose a tag to compare

Starting this major release when adding running composer install/update with this package, and wyrihaximus/makefiles in your require-dev. The following bit in composer.json:

 "scripts": { "post-install-cmd": [ "composer normalize", "composer update --lock --no-scripts" ], "post-update-cmd": [ "composer normalize", "composer update --lock --no-scripts" ] }

Will be replaced with:

 "scripts": { "post-install-cmd": [ "composer normalize", "make on-install-or-update || true" ], "post-update-cmd": [ "composer normalize", "make on-install-or-update || true" ] }

If neither of those scripts blocks are found, they will be created and make on-install-or-update || true will be put in each of those.

AFAIK I'm the only one using this package, plus the orgs I use it in. Adding this here to make sure that other that use it are aware of this impactful change.

8.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 24
  • Total contributors: 4

Bug 🐞,Dependencies 📦,Deprecations 👋

Dependencies 📦,Enhancement ✨

Dependencies 📦

Dependencies 📦,Feature 🏗

Enhancement ✨

7.5.2

05 Jul 17:53
807d823

Choose a tag to compare

7.5.1

13 Jun 16:21
109aad5

Choose a tag to compare

7.5.1

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1

Dependencies 📦