Skip to content

Commit f024b2d

Browse files
authored
Se agrega soporte para PHP 8.0 #2
2 parents 20616b2 + d8af85d commit f024b2d

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
@@ -18,7 +18,7 @@
1818
},
1919
"minimum-stability": "stable",
2020
"require": {
21-
"php": "^7.0",
21+
"php": "^7.0 || ^8.0",
2222
"yiisoft/yii2": "^2.0",
2323
"airbrake/phpbrake": "^0.8"
2424
},

0 commit comments

Comments
 (0)