Skip to content

Commit

Permalink
Merge pull request #14 from jakubboucek/php-84-rc
Browse files Browse the repository at this point in the history
PHP: Add support for PHP 8.4
  • Loading branch information
jakubboucek authored Oct 17, 2024
2 parents 02b0d2c + 84b1ad3 commit 26ddc49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

actions:
- name: PHPStan
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
],
"require": {
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~7.2 || ~8.0",
"ext-json": "*"
},
"require-dev": {
"nette/tester": "^2.4",
"nette/tester": "^2.4 || ^2.5 || dev-master",
"nette/utils": "^3.1 || ^4.0",
"phpstan/phpstan": "1.9.2"
"phpstan/phpstan": "1.12.6"
},
"suggest": {
"nette/utils": "Allows to safe escape HTML with markup: https://doc.nette.org/en/utils/html-elements"
Expand Down

0 comments on commit 26ddc49

Please sign in to comment.