Skip to content

Commit ec13381

Browse files
authored
Bump PHP and add rector to downgraded composer (#164)
1 parent 29ba121 commit ec13381

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/composer-php-72.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"description": "Rector upgrades rules for Laravel Framework",
66
"require": {
7-
"php": "^7.2 || ^8.0"
7+
"php": "^7.2 || ^8.0",
8+
"rector/rector": "^0.18.5"
89
},
910
"autoload": {
1011
"psr-4": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Rector upgrades rules for Laravel Framework",
66
"require": {
7-
"php": ">=8.1",
7+
"php": ">=8.2",
88
"rector/rector": "^0.18.5"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)