Skip to content

Commit

Permalink
Add updated php version to .pubnub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Jul 12, 2024
1 parent a0c75fc commit 1602266
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 1,017 deletions.
8 changes: 3 additions & 5 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,9 @@ supported-platforms:
- Mac OS X 10.8 or later, amd64
- Windows 7 or later, amd64, 386
editors:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
sdks:
- full-name: PHP SDK
short-name: PHP
Expand Down
2 changes: 1 addition & 1 deletion acceptance.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "./vendor/bin/phpunit tests/ --verbose --coverage-clover=coverage.clover"
},
"require": {
"php": ">=5.6.0",
"php": ">=8.1.0",
"rmccue/requests": "^1.0",
"monolog/monolog": "^1.26"
},
Expand Down
Loading

0 comments on commit 1602266

Please sign in to comment.