Skip to content

Commit

Permalink
Allow PHP > 8.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Jan 28, 2021
1 parent 2fbc922 commit cf3f39f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
}
],
"require": {
"php": "^7.4 || 8.0",
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"friendsofphp/php-cs-fixer": "^2.17.3"
"friendsofphp/php-cs-fixer": "^2.18.2"
},
"require-dev": {
"malukenho/mcbumpface": "^1.1.5",
"phpstan/phpstan": "^0.12.64",
"phpstan/phpstan": "^0.12.70",
"phpstan/phpstan-phpunit": "^0.12.17",
"phpunit/phpunit": "^9.5.0",
"slam/php-debug-r": "^1.6.1",
"phpunit/phpunit": "^9.5.1",
"slam/php-debug-r": "^1.7.0",
"slam/phpstan-extensions": "^5.1.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.1"
},
Expand Down

0 comments on commit cf3f39f

Please sign in to comment.