File tree Expand file tree Collapse file tree 3 files changed +12
-25
lines changed Expand file tree Collapse file tree 3 files changed +12
-25
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : [component] CLI Constructor Arg Auto Proxy
3
- keywords : CLI, Proxy, ObjectManager
4
- author : Vlad Podorozhnyi
5
- send_questions_to : vpodorozh@gmail.com | vlad.podorozhnyi@run-as-root.sh
6
- category : System
7
- ---
8
- ![ Magento 2] ( https://img.shields.io/badge/Magento-2.4.*-orange )
9
- ![ composer] ( https://shields.io/badge/composer-v2-darkgreen )
10
- ![ packagist] ( https://img.shields.io/badge/packagist-f28d1a )
11
-
12
1
## \[ magento2-component\] Cli Constructor Arg Auto Proxy Component
13
2
14
3
Original file line number Diff line number Diff line change 3
3
"description" : " Makes all Magento CLI commands construct dependencies be injected as Proxy." ,
4
4
"type" : " magento2-component" ,
5
5
"require" : {
6
+ "php" : " ^7.4 | ^8" ,
6
7
"magento/framework" : " *"
7
8
},
8
9
"require-dev" : {
9
- "roave/security-advisories" : " dev-latest"
10
+ "roave/security-advisories" : " dev-latest" ,
11
+ "squizlabs/php_codesniffer" : " ^3.7" ,
12
+ "phpcompatibility/php-compatibility" : " ^9.3"
10
13
},
11
14
"repositories" : [
12
15
{
13
16
"type" : " composer" ,
14
17
"url" : " https://mirror.mage-os.org/" ,
15
- "only" : [" magento/*" ]
18
+ "only" : [
19
+ " magento/*"
20
+ ]
16
21
}
17
22
],
18
23
"autoload" : {
32
37
"allow-plugins" : {
33
38
"magento/composer-dependency-version-audit-plugin" : false
34
39
}
40
+ },
41
+ "scripts" : {
42
+ "sniffer:php7.4" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 7.4" ,
43
+ "sniffer:php8.0" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0" ,
44
+ "sniffer:php8.1" : " phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1"
35
45
}
36
46
}
Original file line number Diff line number Diff line change 1
- ---
2
- title : [library] CLI Constructor Arg Auto Proxy
3
- keywords : CLI, Proxy, ObjectManager
4
- author : Vlad Podorozhnyi
5
- send_questions_to : vpodorozh@gmail.com | vlad.podorozhnyi@run-as-root.sh
6
- category : System
7
- ---
8
- ![ Magento 2] ( https://img.shields.io/badge/Magento-2.4.*-orange )
9
- ![ PHP] ( https://img.shields.io/badge/php-7.4-blue )
10
- ![ composer] ( https://shields.io/badge/composer-v2-darkgreen )
11
- ![ packagist] ( https://img.shields.io/badge/packagist-f28d1a )
12
-
13
1
## ** \[ library\] Cli Constructor Arg Auto Proxy**
14
2
15
3
## Features
You can’t perform that action at this time.
0 commit comments