Skip to content

Commit

Permalink
install php8.1 compatible versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
m50 committed Mar 11, 2024
1 parent 41965ff commit 7866584
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 254 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: '8.2'
- operating-system: 'ubuntu-latest'
php-version: '8.3'
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
name: PHP ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout code
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
"name": "m50/pusher-client",
"description": "Async PHP, Amphp based Pusher Client",
"type": "library",
"require": {
"amphp/amp": "^3.0",
"revolt/event-loop": "^1.0",
"amphp/websocket-client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10",
"symfony/var-dumper": "^7.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -32,5 +22,15 @@
"scripts": {
"test": "phpunit --testdox",
"stan": "phpstan analyse src"
},
"require": {
"amphp/amp": "^3.0",
"revolt/event-loop": "^1.0",
"amphp/websocket-client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"phpstan/phpstan": "^1.10",
"symfony/var-dumper": "^6.4"
}
}
Loading

0 comments on commit 7866584

Please sign in to comment.