Skip to content

Commit

Permalink
composer.json - min PHP version set as 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rastusik <mfris@pixelfederation.com>
  • Loading branch information
Rastusik committed Aug 4, 2022
1 parent 0252edf commit 88fd0b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://laminas.dev",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.4, <8.2"
"php": ">=8.0, <8.2"
},
"require-dev": {
"ext-phar": "*",
Expand All @@ -29,7 +29,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"sort-packages": true
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88fd0b7

Please sign in to comment.