Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Remove Twig lib from repo on composer branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde committed Jan 17, 2017
1 parent 9e32e0a commit 1ed8e9e
Show file tree
Hide file tree
Showing 201 changed files with 7 additions and 18,007 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"twig/twig": "^1.30"
},
"autoload": {
"psr-4": {
"Kirby\\Twig\\": "src/"
}
}
}
927 changes: 0 additions & 927 deletions lib/Twig/CHANGELOG

This file was deleted.

31 changes: 0 additions & 31 deletions lib/Twig/LICENSE

This file was deleted.

15 changes: 0 additions & 15 deletions lib/Twig/README.rst

This file was deleted.

54 changes: 0 additions & 54 deletions lib/Twig/lib/Twig/Autoloader.php

This file was deleted.

50 changes: 0 additions & 50 deletions lib/Twig/lib/Twig/BaseNodeVisitor.php

This file was deleted.

86 changes: 0 additions & 86 deletions lib/Twig/lib/Twig/Cache/Filesystem.php

This file was deleted.

38 changes: 0 additions & 38 deletions lib/Twig/lib/Twig/Cache/Null.php

This file was deleted.

56 changes: 0 additions & 56 deletions lib/Twig/lib/Twig/CacheInterface.php

This file was deleted.

Loading

0 comments on commit 1ed8e9e

Please sign in to comment.