Skip to content

Commit 6d931a2

Browse files
committed
added php 8 support
1 parent d7f9449 commit 6d931a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php-versions: ['7.3', '7.4']
11+
php-versions: ['7.3', '7.4', '8.0']
1212
name: PHP ${{ matrix.php-versions }}
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "hostnet/form-handler-component",
33
"description": "Hostnet form handler to provide an easier way of handling forms",
44
"license": "MIT",
5-
"minimum-stability": "dev",
5+
"minimum-stability": "stable",
66
"require": {
7-
"php": "^7.3",
7+
"php": "^7.3||^8.0",
88
"symfony/form": "^4.0||^5.0",
99
"symfony/http-foundation": "^4.0||^5.0"
1010
},

0 commit comments

Comments
 (0)