Skip to content

Commit

Permalink
Removes the support for version 7.3 of PHP
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
  • Loading branch information
froschdesign authored and Ocramius committed Dec 30, 2021
1 parent c38ab1a commit 718672e
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 124 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"sort-packages": true
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-json": "^2.6.1 || ^3.3",
"laminas/laminas-json": "^3.3",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 718672e

Please sign in to comment.