8000 Composer plugin by ozh · Pull Request #2713 · YOURLS/YOURLS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Composer plugin #2713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
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
10000
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"aura/sql": "~2.",
"jakeasmith/http_build_url": "1.0.1",
"symfony/polyfill-mbstring": "1.15.0",
"symfony/polyfill-intl-idn": "^1.17"
"symfony/polyfill-intl-idn": "^1.17",
"yourls/composer-installer": "^1.1"
},
"config": {
"vendor-dir": "includes/vendor"
Expand All @@ -40,6 +41,15 @@
"ext-mbstring": "For best performance",
"ext-curl": "Required for API usage"
},
"extra": {
"merge-plugin": {
"include": ["user/composer.json"]
},
"thanks": {
"name": "yourls/yourls",
"url": "https://github.com/yourls/yourls"
}
},
"scripts": {
"post-update-cmd": "bash ./includes/vendor/build-script/yourls-build.sh ./includes/vendor"
}
Expand Down
Loading
0