Skip to content

Commit

Permalink
updated php version
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 17, 2021
1 parent 66dd10a commit 2373934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4']
php: ['7.3', '7.4', '8.0', '8.1']

steps:
- name: Checkout code
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.3",
"illuminate/config": ">=5.5",
"illuminate/support": ">=5.5",
"illuminate/view": ">=5.5",
"laravelcollective/html": ">=5.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
"mockery/mockery": ">=1.0",
"orchestra/testbench": ">=3.8",
"phpunit/phpunit": ">=7.0"
"friendsofphp/php-cs-fixer": ">=3.4",
"mockery/mockery": ">=1.4",
"orchestra/testbench": ">=6.0",
"phpunit/phpunit": ">=9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2373934

Please sign in to comment.