Skip to content

Commit 18d0eec

Browse files
authored
Add PHP 7.3 Support (#6)
1 parent e617fb2 commit 18d0eec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.4, 8.0, 8.1]
16+
php: [7.3, 7.4, 8.0, 8.1]
1717
laravel: [6.0, 7.0, 8.0, 9.0]
1818
exclude:
19+
- php: 7.3
20+
laravel: 9
1921
- php: 7.4
2022
laravel: 9
2123

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.4|^8.0",
17+
18+
"php": "^7.3|^8.0",
1819
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
1920
"joelbutcher/facebook-graph-sdk": "^6.0.0",
2021
"symfony/http-client": "^5.3"

0 commit comments

Comments
 (0)