Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit ce3fea6

Browse files
authored
Merge pull request #141 from netglue/renovate-prepare
Prepare for Renovate, Remove Dependabot, Widen cache library constraints
2 parents 470bdfc + 2643416 commit ce3fea6

File tree

4 files changed

+49
-160
lines changed

4 files changed

+49
-160
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/merge-dependabot-upgrades.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"allow-plugins": {
1515
"dealerdirect/phpcodesniffer-composer-installer": true,
1616
"laminas/laminas-component-installer": true
17+
},
18+
"platform": {
19+
"php": "8.0.99"
1720
}
1821
},
1922
"require": {
@@ -24,7 +27,7 @@
2427
"myclabs/php-enum": "^1.8.4",
2528
"netglue/laminas-mail-utils": "^0",
2629
"netglue/psr-container-postmark": "^1.6.0",
27-
"psr/cache": "^1.0",
30+
"psr/cache": "^1.0 || ^2.0.0 || ^3.0.0",
2831
"wildbit/postmark-php": "^4.0"
2932
},
3033
"autoload": {
@@ -45,7 +48,7 @@
4548
"phpunit/phpunit": "^9.5.27",
4649
"psalm/plugin-phpunit": "^0.18.4",
4750
"roave/security-advisories": "dev-latest",
48-
"symfony/cache": "^5.4.15",
51+
"symfony/cache": "^5.4.15 || ^6",
4952
"vimeo/psalm": "^5.4"
5053
},
5154
"conflict": {

composer.lock

Lines changed: 44 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)