Skip to content

Commit 31c974b

Browse files
simPodstaabm
authored andcommitted
Require php 8.1
1 parent c33b6fc commit 31c974b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
]
103103
},
104104
"require": {
105-
"php": "^8.0"
105+
"php": "^8.1"
106106
},
107107
"require-dev": {
108108
"phpstan/phpstan": "^1",

generator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"require": {
10-
"php": "^8.0",
10+
"php": "^8.1",
1111
"ext-simplexml": "*",
1212
"ext-json": "*",
1313
"symfony/console": "^4.1.4",

generator/tests/rector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
},
77
"require": {
8-
"php": "^8.0",
8+
"php": "^8.1",
99
"rector/rector": "^0.13.10"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)