Skip to content

Commit b847dc4

Browse files
committed
allow php 8
1 parent 43da4eb commit b847dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"issues": "https://github.com/oscarotero/Embed/issues"
2525
},
2626
"require": {
27-
"php": "^5.6|^7.0",
27+
"php": "^5.6|^7.0|^8.0",
2828
"ext-curl": "*",
2929
"ext-dom": "*",
3030
"ext-mbstring": "*",
3131
"composer/ca-bundle": "^1.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^4.8|^5.7",
34+
"phpunit/phpunit": "^5.7|^6.0|^7.0",
3535
"friendsofphp/php-cs-fixer": "^2.0"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)