1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Moving composer into vendor folder

This commit is contained in:
Daniel 2021-10-05 14:32:55 -03:00
parent 5464c8c51e
commit c721fb236a
21315 changed files with 2928085 additions and 2928183 deletions

View file

@ -41,7 +41,6 @@
"symfony/http-client": "^5.3",
"nyholm/psr7": "^1.4",
"norkunas/onesignal-php-api": "^2.7",
"stripe/stripe-php": "^7.97",
"twbs/bootstrap": "^5.1"
"stripe/stripe-php": "^7.97"
}
}

52
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1cb5f682af53e9f734d3e3f0745e5670",
"content-hash": "4af669a20a513542c7f82cbd12824aed",
"packages": [
{
"name": "abraham/twitteroauth",
@ -4418,56 +4418,6 @@
}
],
"time": "2021-03-23T23:28:01+00:00"
},
{
"name": "twbs/bootstrap",
"version": "v5.1.2",
"source": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git",
"reference": "5ecef8ac010249536f92206af500f8670813c8a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/5ecef8ac010249536f92206af500f8670813c8a8",
"reference": "5ecef8ac010249536f92206af500f8670813c8a8",
"shasum": ""
},
"replace": {
"twitter/bootstrap": "self.version"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Otto",
"email": "markdotto@gmail.com"
},
{
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
}
],
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "https://getbootstrap.com/",
"keywords": [
"JS",
"css",
"framework",
"front-end",
"mobile-first",
"responsive",
"sass",
"web"
],
"support": {
"issues": "https://github.com/twbs/bootstrap/issues",
"source": "https://github.com/twbs/bootstrap/tree/v5.1.2"
},
"time": "2021-10-05T15:50:18+00:00"
}
],
"packages-dev": [],

View file

@ -1,47 +0,0 @@
{
"name": "codemirror",
"version": "5.59.0",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"author": {
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"url": "http://marijnhaverbeke.nl"
},
"description": "Full-featured in-browser code editor",
"license": "MIT",
"directories": {
"lib": "./lib"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -w -c",
"prepare": "npm run-script build",
"test": "node ./test/run.js",
"lint": "bin/lint"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"blint": "^1.1.0",
"node-static": "0.7.11",
"puppeteer": "^1.20.0",
"rollup": "^1.26.3"
},
"bugs": "http://github.com/codemirror/CodeMirror/issues",
"keywords": [
"JavaScript",
"CodeMirror",
"Editor"
],
"homepage": "https://codemirror.net",
"repository": {
"type": "git",
"url": "https://github.com/codemirror/CodeMirror.git"
},
"jspm": {
"directories": {},
"dependencies": {},
"devDependencies": {}
},
"dependencies": {}
}