Skip to content

Releases: WyriHaximus/php-async-test-utilities

10.0.0

21 Aug 06:01
d28a2eb
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.

10.0.0

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

Dependencies 📦

9.4.2

13 Jul 20:48
21bc207
Compare
Choose a tag to compare

9.4.2

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

Dependencies 📦

9.4.1

16 Jun 18:04
0185a7a
Compare
Choose a tag to compare

9.4.1

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

Dependencies 📦

9.4.0

11 Jun 18:30
671379e
Compare
Choose a tag to compare

9.4.0

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

Dependencies 📦

9.3.0

28 May 08:31
1498af7
Compare
Choose a tag to compare

9.3.0

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

Dependencies 📦

9.2.0

26 May 17:05
868d69d
Compare
Choose a tag to compare

9.2.0

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

Dependencies 📦

9.1.0

11 May 10:42
9c40fb5
Compare
Choose a tag to compare

9.1.0

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

Dependencies 📦

9.0.0

26 Apr 23:12
f12d836
Compare
Choose a tag to compare

8.0.5

04 Jul 16:46
7eda448
Compare
Choose a tag to compare

8.0.5

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

Dependencies 📦

8.0.4

22 Apr 15:58
f179b79
Compare
Choose a tag to compare

8.0.4

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

Dependencies 📦

Enhancement ✨