Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions component/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
---
title: [component] CLI Constructor Arg Auto Proxy
keywords: CLI, Proxy, ObjectManager
author: Vlad Podorozhnyi
send_questions_to: vpodorozh@gmail.com | vlad.podorozhnyi@run-as-root.sh
category: System
---
![Magento 2](https://img.shields.io/badge/Magento-2.4.*-orange)
![composer](https://shields.io/badge/composer-v2-darkgreen)
![packagist](https://img.shields.io/badge/packagist-f28d1a)

## \[magento2-component\] Cli Constructor Arg Auto Proxy Component


Expand Down
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
"type": "magento2-component",
"license": "MIT",
"require": {
"php": "^7.4 | ^8",
"magento/framework": ">=102.0.7"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"phpcompatibility/php-compatibility": "^9.3"
},
"repositories": [
{
"type": "composer",
"url": "https://mirror.mage-os.org/",
"only": ["magento/*"]
"only": [
"magento/*"
]
}
],
"autoload": {
Expand All @@ -33,5 +38,10 @@
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": false
}
},
"scripts": {
"sniffer:php7.4": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 7.4",
"sniffer:php8.0": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0",
"sniffer:php8.1": "phpcs -p ./lib --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1"
}
}
12 changes: 0 additions & 12 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
---
title: [library] CLI Constructor Arg Auto Proxy
keywords: CLI, Proxy, ObjectManager
author: Vlad Podorozhnyi
send_questions_to: vpodorozh@gmail.com | vlad.podorozhnyi@run-as-root.sh
category: System
---
![Magento 2](https://img.shields.io/badge/Magento-2.4.*-orange)
![PHP](https://img.shields.io/badge/php-7.4-blue)
![composer](https://shields.io/badge/composer-v2-darkgreen)
![packagist](https://img.shields.io/badge/packagist-f28d1a)

## **\[library\] Cli Constructor Arg Auto Proxy**

## Features
Expand Down