Skip to content

Commit

Permalink
PHP: require 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 26, 2022
1 parent 5be14ea commit 80373fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | PHP |
|-------------|---------|----------|----------|
| dev | `^0.6` | `master` | `>= 7.2` |
| dev | `^0.6` | `master` | `>= 8.0` |
| stable | `^0.5` | `master` | `>= 7.2` |

## Development
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -13,20 +13,20 @@
}
],
"require": {
"php": ">=7.2",
"nette/database": "^3.0.0",
"nette/php-generator": "^3.1.0",
"nette/utils": "^3.0.0",
"php": ">=8.0",
"nette/database": "^3.1.6",
"nette/php-generator": "^4.0.0",
"nette/utils": "^3.2.0",
"doctrine/inflector": "^2.0.0"
},
"require-dev": {
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.14",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"tracy/tracy": "^2.3.0"
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-nette": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.4.4",
"tracy/tracy": "^2.9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 80373fa

Please sign in to comment.