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

Commit 16abb60

Browse files
committed
Add notice about autoloading AppCache via Composer
According to #897
1 parent 2a46c66 commit 16abb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-2.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Standard Edition:
1616
overwrite the cache and log directories in your `AppKernel` as it is also done
1717
in Symfony 3 now (see
1818
[`app/AppKernel.php`](https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php#L31-L44)).
19-
* The `app/AppKernel.php` is now autoloaded via composer.
19+
* The `app/AppKernel.php` and `app/AppCache.php` are now autoloaded via composer.
2020

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

0 commit comments

Comments
 (0)