Skip to content

Commit 7bcf892

Browse files
committed
Fix composer package name should be all lowercase
Deprecation warning: require.phpFastCache/phpfastcache is invalid, it should not contain uppercase characters. Please use phpfastcache/phpfastcache instead. Make sure you fix this as Composer 2.0 will error. Signed-off-by: Jack Cherng <[email protected]>
1 parent 0e31c69 commit 7bcf892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ As Fast To Implement As Opening a Beer
271271

272272

273273
```bash
274-
composer require phpFastCache/phpFastCache
274+
composer require phpfastcache/phpfastcache
275275
```
276276

277277
#### :construction: Step 2: Setup your website code to implement the phpFastCache calls (with Composer)

0 commit comments

Comments
 (0)