Skip to content

Commit

Permalink
Small typo in previous reference to the support framework
Browse files Browse the repository at this point in the history
  • Loading branch information
coreation committed Jan 23, 2016
1 parent 914d626 commit d4d1e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.0",
"illuminate/support": "4.2.1",
"semsol/arc2" : "dev-master",
"easyrdf/easyrdf" : "0.9.1"
},
Expand Down Expand Up @@ -38,5 +38,6 @@
"php artisan asset:publish tdt/triples"
]
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit d4d1e6e

Please sign in to comment.