Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 45dd185

Browse files
committed
feature #850 Update SE for Symfony 3.0 (fabpot)
This PR was merged into the 3.0-dev branch. Discussion ---------- Update SE for Symfony 3.0 Commits ------- dcf4ead move sessions outside of the cache directory 693e1f7 moved to the 3.0 directory structure 4a86c13 removed obsolete files 43e379e updated deps to make it possible to install SE with Symfony 3.0
2 parents b01b84d + dcf4ead commit 45dd185

19 files changed

+245
-517
lines changed

.gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
/web/bundles/
2-
/app/bootstrap.php.cache
3-
/app/cache/*
41
/app/config/parameters.yml
5-
/app/logs/*
6-
!app/cache/.gitkeep
7-
!app/logs/.gitkeep
8-
/app/phpunit.xml
92
/build/
3+
/phpunit.xml
4+
/var/bootstrap.php.cache
5+
/var/cache/*
6+
!var/cache/.gitkeep
7+
/var/logs/*
8+
!var/logs/.gitkeep
9+
/var/sessions/*
10+
!var/sessions/.gitkeep
1011
/vendor/
11-
/composer.phar
12+
/web/bundles/

UPGRADE-2.2.md

-30
This file was deleted.

UPGRADE-2.3.md

-52
This file was deleted.

UPGRADE-2.4.md

-9
This file was deleted.

UPGRADE.md

-268
This file was deleted.

0 commit comments

Comments
 (0)