-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V2.2.0 - Bump required PHP Version, Update dependencies, Remove PHP 8…
….4 deprecations (#74) * Bump required version of PHP to 8.2 * Update dependencies * Fix deprecations for PHP 8.4 * Update PHP version in github actions * Add PHP version 8.4 to tests workflow
- Loading branch information
Showing
46 changed files
with
1,319 additions
and
833 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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"php": "^8.2", | ||
"jms/serializer": "^3.16", | ||
"ext-dom": "*" | ||
}, | ||
|
Oops, something went wrong.