Skip to content

Commit 372abb2

Browse files
committed
Removed Twig from the repo, so it can be installed with composer update once the repo is cloned
1 parent 624c7ea commit 372abb2

File tree

634 files changed

+3
-37541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

634 files changed

+3
-37541
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It was created for the [Write PHP like a pro: build an MVC framework from scratc
77
## Starting an application using this framework
88

99
1. First, download the framework, either directly or by cloning the repo.
10+
1. Run **composer update** to install the project dependencies.
1011
1. Configure your web server to have the **public** folder as the web root.
1112
1. Open [App/Config.php](App/Config.php) and enter your database configuration data.
1213
1. Create routes, add controllers, views and models.

composer.lock

Lines changed: 0 additions & 80 deletions
This file was deleted.

vendor/composer/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Copyright (c) 2015 Nils Adermann, Jordi Boggiano
2+
Copyright (c) 2016 Nils Adermann, Jordi Boggiano
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to deal

vendor/composer/autoload_namespaces.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9-
'Twig_' => array($vendorDir . '/twig/twig/lib'),
109
);

vendor/composer/installed.json

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1 @@
1-
[
2-
{
3-
"name": "twig/twig",
4-
"version": "v1.24.0",
5-
"version_normalized": "1.24.0.0",
6-
"source": {
7-
"type": "git",
8-
"url": "https://github.com/twigphp/Twig.git",
9-
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
10-
},
11-
"dist": {
12-
"type": "zip",
13-
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
14-
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
15-
"shasum": ""
16-
},
17-
"require": {
18-
"php": ">=5.2.7"
19-
},
20-
"require-dev": {
21-
"symfony/debug": "~2.7",
22-
"symfony/phpunit-bridge": "~2.7"
23-
},
24-
"time": "2016-01-25 21:22:18",
25-
"type": "library",
26-
"extra": {
27-
"branch-alias": {
28-
"dev-master": "1.24-dev"
29-
}
30-
},
31-
"installation-source": "dist",
32-
"autoload": {
33-
"psr-0": {
34-
"Twig_": "lib/"
35-
}
36-
},
37-
"notification-url": "https://packagist.org/downloads/",
38-
"license": [
39-
"BSD-3-Clause"
40-
],
41-
"authors": [
42-
{
43-
"name": "Fabien Potencier",
44-
"email": "fabien@symfony.com",
45-
"homepage": "http://fabien.potencier.org",
46-
"role": "Lead Developer"
47-
},
48-
{
49-
"name": "Armin Ronacher",
50-
"email": "armin.ronacher@active-4.com",
51-
"role": "Project Founder"
52-
},
53-
{
54-
"name": "Twig Team",
55-
"homepage": "http://twig.sensiolabs.org/contributors",
56-
"role": "Contributors"
57-
}
58-
],
59-
"description": "Twig, the flexible, fast, and secure template language for PHP",
60-
"homepage": "http://twig.sensiolabs.org",
61-
"keywords": [
62-
"templating"
63-
]
64-
}
65-
]
1+
[]

vendor/twig/twig/.editorconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

vendor/twig/twig/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/twig/twig/.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)