-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13b6e5b
commit 625d699
Showing
16 changed files
with
42,765 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.idea/ | ||
tmp/ | ||
.env | ||
composer.lock | ||
vendor/ | ||
.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name": "divanteltd/pimcoredevkit", | ||
"type": "pimcore-bundle", | ||
"license": "GPL-3.0-or-later", | ||
"description": "Devkit is a set of command-line tools helping you develop your Pimcore application.", | ||
"keywords": [ | ||
"pimcore", | ||
"pimcore-plugin" | ||
], | ||
"homepage": "https://divante.co", | ||
"authors": [ | ||
{ | ||
"name": "Jakub Płaskonka", | ||
"email": "[email protected]", | ||
"homepage": "https://divante.co", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Bruno Ramalho", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=8.0.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5", | ||
"symfony/phpunit-bridge": "*", | ||
"divante-ltd/pimcore-coding-standards": "*", | ||
"phpmd/phpmd": "*", | ||
"sebastian/phpcpd": ">=6.0.0", | ||
"phploc/phploc": "*", | ||
"pimcore/pimcore": "10.0.9", | ||
"codeception/codeception": "4.2.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"PimcoreDevkitBundle\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"pimcore": { | ||
"bundles": [ | ||
"PimcoreDevkitBundle\\PimcoreDevkitBundle" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"kylekatarnls/update-helper": true, | ||
"ocramius/package-versions": true | ||
} | ||
} | ||
} |
Oops, something went wrong.