Skip to content

Releases: WyriHaximus/php-test-utilities

8.1.0

20 Aug 17:19
f99d2e3
Compare
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
Compare
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
Compare
Choose a tag to compare

7.5.1

13 Jun 16:21
109aad5
Compare
Choose a tag to compare

7.5.1

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

Dependencies 📦

7.5.0

11 Jun 18:16
9354258
Compare
Choose a tag to compare

7.4.0

28 May 05:32
4ba203a
Compare
Choose a tag to compare

7.4.0

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

Dependencies 📦

7.3.0

26 May 16:43
985967d
Compare
Choose a tag to compare

7.2.0

05 May 18:19
d555634
Compare
Choose a tag to compare

7.2.0

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

Dependencies 📦

Dependencies 📦,Feature 🏗

Enhancement ✨

7.1.0

04 May 12:04
cb1f76b
Compare
Choose a tag to compare

7.0.0

26 Apr 22:21
2f9b686
Compare
Choose a tag to compare

7.0.0

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

Bug 🐞,Dependencies 📦

Bug 🐞,Dependencies 📦,Deprecations 👋

Bug 🐞,Enhancement ✨

Bug 🐞

Dependencies 📦

Dependencies 📦,Enhancement ✨

Dependencies 📦,Feature 🏗

Dependencies 📦,Deprecations 👋,Enhancement ✨

Dependencies 📦,Deprecations 👋

Enhancement ✨

Read more