We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f9449 commit 6d931a2Copy full SHA for 6d931a2
2 files changed
.github/workflows/main.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
12
name: PHP ${{ matrix.php-versions }}
13
steps:
14
- uses: actions/checkout@v2
composer.json
@@ -2,9 +2,9 @@
2
"name": "hostnet/form-handler-component",
3
"description": "Hostnet form handler to provide an easier way of handling forms",
4
"license": "MIT",
5
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
6
"require": {
7
- "php": "^7.3",
+ "php": "^7.3||^8.0",
"symfony/form": "^4.0||^5.0",
"symfony/http-foundation": "^4.0||^5.0"
},
0 commit comments