Browse Source

:octocat: allow PHP8

codemasher 4 years ago
parent
commit
cfb150f941
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -24,7 +24,7 @@
 		}
 	],
 	"require": {
-		"php": "^7.2",
+		"php": "^7.2 || ^8.0",
 		"ext-mbstring": "*",
 		"chillerlan/php-settings-container": "^1.2"
 	},