[Change] classify composer requirements more strictly
classify PHP and OXID-CE-Version
This commit is contained in:
parent
81c7051f7b
commit
6dff6860bf
@ -43,10 +43,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": "7.1 - 8.2",
|
||||||
"oxid-esales/oxideshop-ce": "^6.5",
|
"oxid-esales/oxideshop-ce": "^6.5.3",
|
||||||
"google/apiclient":" ^2.0",
|
"google/apiclient":" ^2.0",
|
||||||
"phpstan/phpstan": "^1.10" },
|
"phpstan/phpstan": "^1.10"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics4"
|
"D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics4"
|
||||||
|
Loading…
Reference in New Issue
Block a user