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

Commit adbba6b

Browse files
committed
moved to the 3.0 directory structure
1 parent cfd40c7 commit adbba6b

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

.gitignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/web/bundles/
21
/app/bootstrap.php.cache
3-
/app/cache/*
42
/app/config/parameters.yml
5-
/app/logs/*
6-
!app/cache/.gitkeep
7-
!app/logs/.gitkeep
8-
/app/phpunit.xml
93
/build/
4+
/phpunit.xml
5+
/var/cache/*
6+
!var/cache/.gitkeep
7+
/var/logs/*
8+
!var/logs/.gitkeep
109
/vendor/
11-
/composer.phar
10+
/web/bundles/

app/check.php renamed to bin/check_requirements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require_once dirname(__FILE__).'/SymfonyRequirements.php';
3+
require_once dirname(__DIR__).'/var/SymfonyRequirements.php';
44

55
$lineSize = 70;
66
$symfonyRequirements = new SymfonyRequirements();

app/console renamed to bin/console

File renamed without changes.

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)