Skip to content

Commit e9948da

Browse files
authored
Merge pull request #25 from PackageFactory/v3-php8-update
Allow PHP 8.0
2 parents 3872f5e + 914ac18 commit e9948da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4 || ~8.0.0",
1515
"neos/neos": "^5.0 || ^7.0 || dev-master",
1616
"sitegeist/kaleidoscope": "^5.0 || ^6.0 || dev-master"
1717
},

0 commit comments

Comments
 (0)