Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Added Platform Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Shradha Jain authored and Shradha Jain committed Nov 21, 2022
1 parent 5c32d97 commit e2f1508
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.0.99"
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
Expand Down Expand Up @@ -60,6 +63,6 @@
"upload-coverage": "coveralls -v"
},
"conflict": {
"zendframework/zend-db": "*"
"zendframework/zend-file": "*"
}
}

0 comments on commit e2f1508

Please sign in to comment.