Skip to content

Commit

Permalink
qa: remove support for PHP prior 7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Mar 13, 2021
1 parent 5ad2d17 commit 1a3c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sort-packages": true
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.3",
"laminas-api-tools/api-tools": "^1.4",
"laminas-api-tools/api-tools-documentation": "^1.3",
"laminas/laminas-component-installer": "^1.1.1 || ^2.1.1",
Expand Down

0 comments on commit 1a3c65d

Please sign in to comment.