Skip to content

Commit

Permalink
Merge pull request #16 from totten/master-sym5
Browse files Browse the repository at this point in the history
PHP 8.4 - Fix sundry warnings, update some dependencies
  • Loading branch information
totten authored Aug 1, 2024
2 parents 009abb4 + 32b088b commit 6e87d2e
Show file tree
Hide file tree
Showing 8 changed files with 506 additions and 265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
include:
- php: 7.2
phpunit: 7
- php: 7.3
phpunit: 8
- php: 7.4
phpunit: 8
- php: 8.2
Expand Down
23 changes: 9 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
"ext-json": "*",
"ext-posix": "*",
"ext-pcntl": "*",
"marcj/topsort": "^1.1",
"symfony/yaml": "~4.4",
"symfony/finder": "~4.4",
"symfony/console": "~4.4",
"symfony/filesystem": "~4.4",
"marcj/topsort": "^2.0",
"symfony/yaml": "~5.4",
"symfony/finder": "~5.4",
"symfony/console": "~5.4",
"symfony/filesystem": "~5.4",
"symfony/event-dispatcher": "~4.4",
"symfony/cache": "~4.4",
"symfony/cache": "~5.4",
"civicrm/composer-downloads-plugin": "~3.0",
"lesser-evil/shell-verbosity-is-evil": "~1.0",
"psr/simple-cache": "^1.0",
"cweagans/composer-patches": "^1.7"
"psr/simple-cache": "^1.0"
},
"bin": ["bin/loco"],
"autoload": {
Expand All @@ -28,12 +27,11 @@
},
"config": {
"platform": {
"php": "7.1.4"
"php": "7.3.0"
},
"preferred-install": "source",
"allow-plugins": {
"civicrm/composer-downloads-plugin": true,
"cweagans/composer-patches": true
"civicrm/composer-downloads-plugin": true
}
},
"license": "MIT",
Expand All @@ -45,9 +43,6 @@
],
"extra": {
"patches": {
"marcj/topsort": {
"Fix PHP 8.x warnings": "patches/topsort-110-php8.diff"
}
},
"downloads": {
"box": {
Expand Down
Loading

0 comments on commit 6e87d2e

Please sign in to comment.