-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ingenerator/support-php83
Support PHP 8.3
- Loading branch information
Showing
16 changed files
with
232 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Autodetect text files, normalize to LF on commit | ||
* text=auto | ||
|
||
# Explicitly define files which should be LF when checked out and on commit | ||
*.md text eol=lf | ||
*.sh text eol=lf | ||
*.rb text eol=lf diff=ruby | ||
*.php text eol=lf diff=php | ||
*.yml text eol=lf | ||
*.sql text eol=lf | ||
*.xml text eol=lf | ||
*.xsd text eol=lf | ||
*.css text eol=lf | ||
*.js text eol=lf | ||
*.pem text eol=lf | ||
LICENSE text eol=lf | ||
README text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout (still stored LF) | ||
*.bat text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.ttf binary | ||
*.swf binary | ||
*.zip binary | ||
*.sqlite binary | ||
|
||
# Ignore paths that should not be included in an archive (eg for a distribution version) | ||
/.github export-ignore | ||
/test export-ignore | ||
phpunit.xml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## Unreleased | ||
|
||
## v1.1.0 (2024-10-03) | ||
|
||
* Support PHP 8.3 | ||
|
||
## v1.0.0 (2024-02-06) | ||
|
||
* Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.