fix(deps): update all non-major dependencies #293
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
"type": "magento2-module",
|
||||
"version": "0.0.1",
|
||||
"require": {
|
||||
"php": "~7.1.0|~7.2.0|~7.3.0",
|
||||
"php": "7.4.33",
|
||||
"magento/framework": "~101.0",
|
||||
"neusta/m2-intex-base": "0.0.1",
|
||||
"guzzlehttp/guzzle": "6.3.*"
|
||||
"guzzlehttp/guzzle": "6.5.*"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
|
|
Reference in a new issue