Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from jrmadsen67/master
Browse files Browse the repository at this point in the history
update laravel package require from 4.1 -> 4.2
  • Loading branch information
ipalaus committed Oct 28, 2014
2 parents 59f3002 + 2406ffd commit f55021c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"require": {
"php": ">=5.3.0",
"ext-zip": "*",
"illuminate/config": "4.1.*",
"illuminate/console": "4.1.*",
"illuminate/database": "4.1.*",
"illuminate/filesystem": "4.1.*",
"illuminate/support": "4.1.*",
"illuminate/config": "4.2.*",
"illuminate/console": "4.2.*",
"illuminate/database": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*",
"symfony/process": "2.4.*"
},
"require-dev": {
Expand Down

0 comments on commit f55021c

Please sign in to comment.