Skip to content

Commit 23b5280

Browse files
committed
Update PHPStan
1 parent 42d4739 commit 23b5280

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2]
11+
php: [8.4, 8.3, 8.2]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ Since the [Constant Contact API](https://v3.developer.constantcontact.com/api_gu
121121

122122
### PHP Versions
123123
This library only supports PHP 8.0 and higher versions of PHP. While we would love to support PHP from the late Ming Dynasty, the advantages of modern PHP versions far out weigh quaint notions of backward compatibility. Time to upgrade.
124+
125+
There are other versions of this library that support older versions of PHP. Be aware they may not autoupdate to the latest Constant Contact API. To do so, they should automate calling update.php script in the project root.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpfui/constantcontact",
3-
"description": "Object Oriented Wrapper for Constant Contact API V3",
3+
"description": "Object Oriented Wrapper for Constant Contact API V3 for PHP 8+",
44
"minimum-stability": "stable",
55
"keywords": ["Constant", "Contact", "API", "V3", "Object Oriented", "Object-Oriented"],
66
"homepage": "http://www.phpfui.com",
@@ -21,9 +21,9 @@
2121
"gitonomy/gitlib": ">=1.2",
2222
"phpfui/phpunit-syntax-coverage": "^1.0",
2323
"roave/security-advisories": "dev-latest",
24-
"friendsofphp/php-cs-fixer": "^3.0",
24+
"friendsofphp/php-cs-fixer": "*",
2525
"symfony/yaml": "^7.0",
26-
"phpstan/phpstan": "^2.0",
26+
"phpstan/phpstan": "*",
2727
"graham-campbell/guzzle-factory": "^7.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)