Skip to content

Commit

Permalink
feat: remove support for deprecated version of php
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-claras committed Sep 1, 2021
1 parent f99d578 commit 4b1835b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.3', '7.4' ]

steps:
- name: 'Init repository'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.3",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.3",
"amphp/amp": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"m6web/php-cs-fixer-config": "^2.0",
"ext-curl": "^7.1",
"ext-curl": "^7.3",
"react/event-loop": "^1.0",
"react/promise": "^2.7",
"phpstan/phpstan": "^0.12",
Expand Down

0 comments on commit 4b1835b

Please sign in to comment.