Skip to content

Commit b255376

Browse files
lepiafNyholm
andauthored
Add support for PHP 8 (#51)
* Add support for PHP 8 * Allow ^4.0 of php-translation/common * Dont allow common 4.0 Co-authored-by: Nyholm <[email protected]>
1 parent c670380 commit b255376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.2 || ^8.0",
1313
"php-translation/common": "^3.0",
1414
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
1515
},

0 commit comments

Comments
 (0)