Skip to content

Commit

Permalink
Merge pull request #23 from sabbelasichon/task/add-dependencies-folder
Browse files Browse the repository at this point in the history
[TASK] Add Libraries folder for non composer installations
  • Loading branch information
sabbelasichon authored Jan 16, 2020
2 parents cb4b9cc + 0e6423d commit 1576274
Show file tree
Hide file tree
Showing 56 changed files with 3,134 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests/ export-ignore
/.gitattributes export-ignore
/.travis.yml export-ignore
/Libraries export-ignore
7 changes: 7 additions & 0 deletions Libraries/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit6cd53400e6383e07fb1f963bcc202063::getLoader();
20 changes: 20 additions & 0 deletions Libraries/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ssch/typo3-encore",
"description": "Dependencies for non composer based plugins",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Sebastian Schreiber",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2.0 <7.4",
"symfony/web-link": "^4.3",
"symfony/asset": "^5.0"
},
"config": {
"vendor-dir": "."
}
}
256 changes: 256 additions & 0 deletions Libraries/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1576274

Please sign in to comment.