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

Commit e86b68b

Browse files
committed
minor #909 Add notice about autoloading AppCache via Composer (bocharsky-bw)
This PR was merged into the 2.8 branch. Discussion ---------- Add notice about autoloading AppCache via Composer According to #897 . Commits ------- a5d635c Add notice about autoloading AppCache via Composer
2 parents 2a46c66 + a5d635c commit e86b68b

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` files 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)