Skip to content

Releases: DaveLiddament/php-language-extensions

0.6.0

07 Dec 12:32
2b03c13
Compare
Choose a tag to compare

Add support for PHP 8.3.

Thanks @doppynl for this PR.

0.5.0

15 Sep 16:06
11042ad
Compare
Choose a tag to compare

Adds the #[Override] Attribute. See documentation.

0.4.0

05 Jan 22:01
850aecf
Compare
Choose a tag to compare

Adds the #[NamespaceVisibility] Attribute. See documentation.

0.3.0

23 Dec 11:48
e5f917b
Compare
Choose a tag to compare

Add support for PHP 8.2

0.2.1

31 May 09:25
aa2f632
Compare
Choose a tag to compare

Fix incorrect constructor for #[TestTag]

0.2.0

30 May 14:06
f553c28
Compare
Choose a tag to compare

Add the following Attributes:

  • #[TestTag]
  • #[InjectableVersion] and supporting attribute #[CheckInjectableVersion]

0.1.0

22 Apr 13:15
Compare
Choose a tag to compare

Initial release with support for attributes:

  • #[package]
  • #[friend]