Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Slepnev committed Jun 27, 2023
1 parent 2c37164 commit 1ab3098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "run_as_root/magento2-rampup-meta",
"description": "A Magento 2 composer meta package serving all the tools you want in every of your projects!",
"license": "MIT",
"version": "1.0.1",
"authors": [
{
"name": "David Lambauer",
Expand All @@ -10,7 +11,7 @@
],
"require": {
"php": "8.1.*",
"magento/product-community-edition": "2.4.5-p1",
"magento/product-community-edition": "~2.4.5",
"justbetter/magento2-sentry": "3.2.0",
"magepal/magento2-gmailsmtpapp": "2.9.0",
"markshust/magento2-module-disabletwofactorauth": "2.0.1",
Expand All @@ -28,6 +29,9 @@
"slevomat/coding-standard": "8.6.4",
"vaimo/composer-patches": "5.1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"support": {
"run-as-root/magento2-prometheus-exporter": "*"
},
Expand Down

0 comments on commit 1ab3098

Please sign in to comment.