Commit fb13519
committed
Upgrade project to PHP 8.5
- Remove PHP 8.2 support, add PHP 8.5 support
- Remove .phive and tools folders
- Update composer.json:
- PHP version requirement: ~8.3.0 || ~8.4.0 || ~8.5.0
- Add azjezz/psl ^3.0 || ^4.0
- Update phpunit to ~12.3
- Update php-soap/engine to ^2.16
- Update php-soap/xml to ^1.9
- Add vimeo/psalm ~6.13 (dev dependency)
- Add php-cs-fixer/shim ~3.88 (dev dependency)
- Update GitHub workflow:
- Change PHP matrix to ['8.3', '8.4', '8.5']
- Use ./vendor/bin/php-cs-fixer instead of tools/php-cs-fixer.phar
- Update PHPUnit compatibility:
- Convert `@runInSeparateProcess` annotation to #[RunInSeparateProcess] attribute in AbstractEngineTest.php
- Add proper PHPUnit attribute import
Code changes made by GitHub Copilot CLI1 parent de10705 commit fb13519
File tree
5 files changed
+11
-15
lines changed- .github/workflows
- .phive
- src
- tools
5 files changed
+11
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
Binary file not shown.
0 commit comments