Skip to content

Commit 1ab3098

Browse files
author
Denis Slepnev
committed
Release 1.0.1
1 parent 2c37164 commit 1ab3098

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "run_as_root/magento2-rampup-meta",
33
"description": "A Magento 2 composer meta package serving all the tools you want in every of your projects!",
44
"license": "MIT",
5+
"version": "1.0.1",
56
"authors": [
67
{
78
"name": "David Lambauer",
@@ -10,7 +11,7 @@
1011
],
1112
"require": {
1213
"php": "8.1.*",
13-
"magento/product-community-edition": "2.4.5-p1",
14+
"magento/product-community-edition": "~2.4.5",
1415
"justbetter/magento2-sentry": "3.2.0",
1516
"magepal/magento2-gmailsmtpapp": "2.9.0",
1617
"markshust/magento2-module-disabletwofactorauth": "2.0.1",
@@ -28,6 +29,9 @@
2829
"slevomat/coding-standard": "8.6.4",
2930
"vaimo/composer-patches": "5.1.0"
3031
},
32+
"require-dev": {
33+
"roave/security-advisories": "dev-latest"
34+
},
3135
"support": {
3236
"run-as-root/magento2-prometheus-exporter": "*"
3337
},

0 commit comments

Comments
 (0)