Skip to content

Commit 6f0588a

Browse files
author
Tom Clarke
committed
Moving from Slim to Silex
1 parent de5a95a commit 6f0588a

File tree

169 files changed

+876
-351
lines changed

Some content is hidden

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

169 files changed

+876
-351
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/vendor/*
2-
.bash_history
3-
.bashrc
4-
.composer/*
1+
vendor/*
2+
web/cache
53
.htaccess
6-
.ssh/*
7-
composer.phar
8-
/public_html/cache

.travis.yml

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

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: vendor/bin/heroku-php-apache2 public_html/
1+
web: vendor/bin/heroku-php-apache2 web/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements & Installation
2020
---------------------------
2121

2222
1. Run 'composer install'. This will install:
23-
- <a href="http://www.slimframework.com/" target="_blank">Slim PHP Framework</a>
23+
- <a href="http://silex.sensiolabs.org/" target="_blank">Silex PHP Framework</a>
2424
- <a href="http://twig.sensiolabs.org/" target="_blank">Twig PHP Templating Engine</a>
2525
- <a href="https://github.com/claviska/SimpleImage" target="_blank">SimpleImage PHP Class</a>
2626

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"slim/slim": "~2.6",
3+
"silex/silex": "~2.0",
44
"twig/twig": "~1.0",
55
"abeautifulsite/simpleimage": "2.5.5",
66
"ext-gd": "*"

0 commit comments

Comments
 (0)