Skip to content

Releases: phpstan/extension-installer

1.3.1

24 May 09:01
f45734b
Compare
Choose a tag to compare
  • f45734b - Compatibility with Composer 2.5.6
  • d39adc7 - PHPStan level 8
  • a5ba6ab - Configure PHPStan
  • e56c14f - chore(deps): update dependency slevomat/coding-standard to v8.12.0
  • 25f6fc3 - chore(deps): update build-cs
  • 02e895e - chore(deps): update metcalfc/changelog-generator action to v4.1.0
  • f5b149f - Fix ignoring phpstan/phpstan-phpunit in the root composer.json.

1.3.0

18 Apr 13:10
f5e02d4
Compare
Choose a tag to compare
  • f5e02d4 - Allow specifying a list of extensions to ignore
  • 3f3d1ba - Update PHPCS
  • d8a3e19 - Update release-toot.yml
  • 55a1898 - Create release-toot.yml
  • c45f40a - chore(deps): update dessant/lock-threads action to v4
  • 9f3942a - chore(deps): update metcalfc/changelog-generator action to v4

1.2.0

17 Oct 13:01
Compare
Choose a tag to compare
  • f06dbb0 - Fixed issue where getInstallPath can return a relative path in rare cases.
  • 673018e - Fix
  • af44cdf - Bump minimum PHPStan version
  • 541cf53 - Update integration-tests.yml
  • e2189be - Update build.yml
  • ccbf810 - Fix build
  • c6e8386 - Fix build
  • 9b23654 - Create tag workflow
  • b8f271c - chore(deps): update dependency slevomat/coding-standard to v7.2.1
  • cca0922 - chore(deps): update dependency slevomat/coding-standard to v7.2.0
  • 082ada5 - chore(deps): update dependency slevomat/coding-standard to v7.1
  • 68c2486 - Update composer.json
  • 983f07f - Update integration-tests.yml
  • 4dd0fdf - Update workflow
  • 70c76e9 - Drop support for PHP 7.2
  • 07e3f55 - chore(deps): update dependency slevomat/coding-standard to v7.0.20
  • c7c22c9 - Test more versions in the matrix
  • ff25bb5 - Drop composer-plugin-api 1.0
  • 5bac46d - chore(deps): update dependency slevomat/coding-standard to v7.0.19
  • 850f8b3 - chore(deps): update actions/checkout action to v3
  • d75a17b - chore(deps): update dependency slevomat/coding-standard to v7
  • 994598b - Update renovate.json
  • 3f2374a - Update lock-closed-issues.yml
  • 0df0aa3 - chore(deps): update github-actions
  • 603c8d6 - Update renovate.json
  • 881f104 - chore(deps): update metcalfc/changelog-generator action to v1.0.1
  • ba9d214 - Delete dependabot.yml
  • 2a8571b - Update and rename renovate.json to .github/renovate.json
  • 6997819 - chore(deps): add renovate.json
  • 80c4d2a - Update release.yml
  • ebef228 - Tweet release action
  • b7489b0 - Allow Composer plugins
  • 32c52d5 - Test all jobs on PHP 8.1
  • bf07c6d - Composer > Remove --no-suggest
  • 3e6f60d - Test on PHP 8.1
  • 8203609 - Update PHPStan in CI
  • ba31fbb - Explain allow-plugins in readme
  • 40625ee - Update PHPStan
  • 3f3e4da - chore: use PHP 8.0 for PHPCS
  • c6924f5 - Drop Phing for Makefile
  • 56b0aec - Lock closed issues
  • 808d37f - Bump metcalfc/changelog-generator from v0.4.4 to v1.0.0
  • 8ab0d5d - Update composer/composer requirement from ^1.8 to ^2.0
  • c66f141 - Dependabot
  • 75ac816 - Simplify readme
  • bce8303 - Fix
  • 7418efb - E2E test

1.1.0

13 Dec 13:07
Compare
Choose a tag to compare
  • a22ec91 - Updated CS
  • 66c7adc - Support relative paths in the generated config (#17)

1.0.6

12 Dec 15:19
Compare
Choose a tag to compare
  • 5de413b - Use GitHub Actions instead of Travis CI

1.0.5

30 Aug 12:10
Compare
Choose a tag to compare

Allow PHP 8 in composer.json (5c2da38)

1.0.4

31 Mar 16:07
Compare
Choose a tag to compare

Support for Composer v2 (2e041de)

1.0.3

18 Oct 17:14
Compare
Choose a tag to compare

Changing package type is optional, but still recommended for discoverability reasons (#13, #16), thanks @jdeniau!

1.0.2

13 Sep 19:12
Compare
Choose a tag to compare

Track GeneratedConfig.php in Git - this should fix usage of this project for people that commit their vendor/ folder. #10

1.0.1

20 May 12:34
Compare
Choose a tag to compare
  • Mark generated class as internal (#1), thanks @BackEndTea!
  • Do not run plugin when not installed (#4), thanks @simPod!