Skip to content

Commit

Permalink
Добавляет composer.lock в репозиторий, наводит порядок в composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed Sep 25, 2023
1 parent a69660f commit 6ac8624
Show file tree
Hide file tree
Showing 2 changed files with 1,076 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@
"require": {
"php": ">=7.4",
"composer/installers": "*",
"wptrt/admin-notices": "*",
"wptrt/admin-notices": "1.0.3",
"wpackagist-plugin/advanced-custom-fields": "6.1.7",
"stoutlogic/acf-builder": "^1.9",
"ext-json": "*",
"ext-json": "*",
"wpackagist-plugin/acf-multiple-taxonomy": "^1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"extra": {
"installer-paths": {
"vendor/{$name}/": ["type:wordpress-plugin"]
Expand Down
Loading

0 comments on commit 6ac8624

Please sign in to comment.