Skip to content

Commit

Permalink
Add PHP 8.0 support to composer.json (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Oct 17, 2021
1 parent 1f9d354 commit 8766033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"backup-manager/backup-manager": "^3.0",
"nyholm/dsn": "^2.0",
"symfony/config": "^3.4 || ^4.4 || ^5.0",
Expand Down

0 comments on commit 8766033

Please sign in to comment.