Skip to content

Commit 2373934

Browse files
committed
updated php version
1 parent 66dd10a commit 2373934

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

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

1212
strategy:
1313
matrix:
14-
php: ['7.1', '7.2', '7.3', '7.4']
14+
php: ['7.3', '7.4', '8.0', '8.1']
1515

1616
steps:
1717
- name: Checkout code

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.1",
21+
"php": ">=7.3",
2222
"illuminate/config": ">=5.5",
2323
"illuminate/support": ">=5.5",
2424
"illuminate/view": ">=5.5",
2525
"laravelcollective/html": ">=5.5"
2626
},
2727
"require-dev": {
28-
"friendsofphp/php-cs-fixer": "^2.10",
29-
"mockery/mockery": ">=1.0",
30-
"orchestra/testbench": ">=3.8",
31-
"phpunit/phpunit": ">=7.0"
28+
"friendsofphp/php-cs-fixer": ">=3.4",
29+
"mockery/mockery": ">=1.4",
30+
"orchestra/testbench": ">=6.0",
31+
"phpunit/phpunit": ">=9.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)