Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11 from CodeIncHQ/2.x
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
Joan Fabrégat authored Oct 8, 2018
2 parents 8314d93 + 9295bc7 commit 761d7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeinc/assets-middleware",
"version": "2.0.0",
"version": "2.0.1",
"description": "A PSR-15 middleware to server static assets (CSS, JS, images, etc.)",
"homepage": "https://github.com/CodeIncHQ/AssetsMiddleware",
"type": "library",
Expand All @@ -12,15 +12,15 @@
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
"micheh/psr7-cache": "^0.5.0",
"codeinc/psr7-responses": "^1.2",
"codeinc/psr7-responses": "^2",
"matthiasmullie/minify": "^1.3",
"codeinc/media-types": "^1.0",
"enshrined/svg-sanitize": "^0.8.2"
},
"require-dev": {
"phpunit/phpunit": "^7",
"guzzlehttp/psr7": "^1.4",
"codeinc/middleware-test-kit": "^1.0"
"codeinc/middleware-test-kit": "^1"
},
"autoload": {
"psr-4": {"CodeInc\\AssetsMiddleware\\": "src/"}
Expand Down

0 comments on commit 761d7e6

Please sign in to comment.