Skip to content

Commit

Permalink
update package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Jul 30, 2017
1 parent daf9164 commit 8edf830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages.json
Expand Up @@ -2,7 +2,7 @@
"3.x": {
"Di": {
"type": "library",
"version": "3.2.0",
"version": "3.4.0",
"github": "https://github.com/auraphp/Aura.Di",
"composer": "aura/di",
"description": "A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more."
Expand All @@ -23,7 +23,7 @@
},
"Payload_Interface": {
"type": "interface",
"version": "3.0.0",
"version": "3.1.0",
"github": "https://github.com/auraphp/Aura.Payload_Interface",
"composer": "aura/payload-interface",
"description": "An interface package for Domain Payload implementations."
Expand Down Expand Up @@ -116,7 +116,7 @@
},
"Html": {
"type": "library",
"version": "2.4.1",
"version": "2.5.0",
"github": "https://github.com/auraphp/Aura.Html",
"composer": "aura/html",
"description": "Provides HTML escapers and helpers, including form input helpers."
Expand Down Expand Up @@ -172,7 +172,7 @@
},
"View": {
"type": "library",
"version": "2.2.1",
"version": "2.3.0",
"github": "https://github.com/auraphp/Aura.View",
"composer": "aura/view",
"description": "Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language."
Expand Down

0 comments on commit 8edf830

Please sign in to comment.