Skip to content

Commit

Permalink
Require PHP 8.1 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Nov 28, 2024
1 parent c33b6fc commit f7eba56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
]
},
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"phpstan/phpstan": "^1",
Expand Down
2 changes: 1 addition & 1 deletion generator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-simplexml": "*",
"ext-json": "*",
"symfony/console": "^4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions generator/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generator/tests/rector/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"rector/rector": "^0.13.10"
},
"require-dev": {
Expand Down

0 comments on commit f7eba56

Please sign in to comment.