Skip to content

Commit 8766033

Browse files
authored
Add PHP 8.0 support to composer.json (#83)
1 parent 1f9d354 commit 8766033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3",
18+
"php": "^7.3 || ^8.0",
1919
"backup-manager/backup-manager": "^3.0",
2020
"nyholm/dsn": "^2.0",
2121
"symfony/config": "^3.4 || ^4.4 || ^5.0",

0 commit comments

Comments
 (0)