-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match attribute names in a case-insensitive manner. (#219)
* Match attribute values in a case-insensitive manner. * wip: test upgraded ci runners * wip: upgrade upload/download artifact action * wip: match artifact runner on phpstan * wip: matrix builds * wip: name artifacts with php version * wip: hardcode phpunit version * wip: cache v3 * wip: remove old artifactgs * wip: remove old artifacts * wip: allow failure of deleting old artifacts * Add htmlMode contructor argument to Translator. Also add tests for XML-mode case-sensitivity. * build: upgrade minimum PHP version * docs: mention xml documents in readme --------- Co-authored-by: Greg Bowler <[email protected]>
- Loading branch information
Showing
6 changed files
with
262 additions
and
134 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"type": "library", | ||
|
||
"require": { | ||
"php": ">=7.3" | ||
"php": ">=8.0" | ||
}, | ||
|
||
"require-dev": { | ||
|
Oops, something went wrong.