Skip to content

Commit

Permalink
Merge pull request #6 from AmpersandHQ/fix/upgrade-php-version
Browse files Browse the repository at this point in the history
update php version
  • Loading branch information
peekarboo authored Jan 23, 2023
2 parents 08decd8 + 3754cac commit f139f79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7,422 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/magento
/vendor/
.php_cs.cache
/composer.lock
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.4||^8.1",
"magento/framework": "^102.0||^103",
"magento/module-backend": "^101.0||^102.0",
"magento/module-config": "^101.1",
"magento/module-store": "^101.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.11.19"
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.9"
},
"autoload": {
"files": [
Expand All @@ -49,5 +49,10 @@
"@test:lint",
"@test:types"
]
},
"config": {
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": true
}
}
}
Loading

0 comments on commit f139f79

Please sign in to comment.