mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
aa6ab9934e
* Add new CacheMiddleware cache helper + add getUri method * Example of cache http middleware added * remove getUri method from RequestWrapper + add generateEtag method to CacheMiddleware * fix etag * Standardising the http cache example * Add better exemple for http cache * Implement CacheMiddleware tests and refactoring * rename example --------- Co-authored-by: Aymane <aymane@cashflowpositifi.fr> Co-authored-by: Jamie Barton <jamie@notrab.dev>
14 lines
197 B
JSON
14 lines
197 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
}
|
|
} |