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

Add notice about autoloading AppCache via Composer #909

Merged
merged 1 commit into from
Dec 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPGRADE-2.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Standard Edition:
overwrite the cache and log directories in your `AppKernel` as it is also done
in Symfony 3 now (see
[`app/AppKernel.php`](https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php#L31-L44)).
* The `app/AppKernel.php` is now autoloaded via composer.
* The `app/AppKernel.php` and `app/AppCache.php` files are now autoloaded via Composer.

You can have a look at the
[diff](https://github.com/symfony/symfony-standard/compare/2.7...2.8)
Expand Down