Skip to content

Commit

Permalink
Add notice about autoloading AppCache via Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Dec 14, 2015
1 parent 2a46c66 commit a5d635c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a5d635c

Please sign in to comment.