Skip to content

Commit

Permalink
Merge pull request #75 from praswicaksono/php8
Browse files Browse the repository at this point in the history
Allow install from php 8
  • Loading branch information
J-Ben87 authored May 31, 2021
2 parents 5d350e1 + d1d046d commit 7e92d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
- SYMFONY_VERSION=4.4.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"symfony/form": "^4.4|^5.0",
"vich/uploader-bundle": "^1.12"
},
Expand Down

0 comments on commit 7e92d96

Please sign in to comment.