Skip to content

Releases: eddieace/php-simple

psr-4 autoloading

09 Apr 12:47
a01596a
Compare
Choose a tag to compare

psr-4 autoloading

Package now recoginized by github as php

18 Aug 13:30
1cf3e2a
Compare
Choose a tag to compare

Package now recoginized by github as php

v1.0.2

13 Aug 08:51
c4019b1
Compare
Choose a tag to compare

Escaped hyphens since required in php7.3+
preg_match('/[\w-.]+/', ''); // this will not work in PHP7.3
preg_match('/[\w-.]+/', ''); // the hyphen need to be escaped

Updated keyword release

31 Oct 08:12
f5d961c
Compare
Choose a tag to compare

Updated keywords to make it easier to find the package

First Release

07 Nov 16:15
Compare
Choose a tag to compare
1.0.0

First Release