Skip to content

Commit

Permalink
Update lazyrecord dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 8, 2015
1 parent 74bbb5c commit 31b0428
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 91 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"version": "2.2.3",
"require": {
"php": ">=5.4.0",
"corneltek/sqlbuilder": "^2.8",
"corneltek/cliframework": "^2.6",
"corneltek/class-template": "^2.1",
"corneltek/serializerkit": "~1",
"corneltek/validationkit": "~1.1",
"corneltek/sqlbuilder": ">= 2.8.4 < 3.0",
"corneltek/cliframework": ">= 2.6 < 3.0",
"corneltek/class-template": "^2",
"corneltek/serializerkit": "^1",
"corneltek/validationkit": "^1",
"symfony/yaml": "^2.7@stable",
"doctrine/inflector": "~1.0",
"corneltek/configkit": "^1",
"corneltek/cascading-attribute": "~1.2",
"corneltek/cascading-attribute": "^1.2",
"corneltek/universal-cache": "~1",
"pimple/pimple": "~3.0",
"cypresslab/gitelephant": "^1.0"
Expand All @@ -30,7 +30,7 @@
"corneltek/phpunit-testmore": "dev-master",
"corneltek/universal": "^1",
"satooshi/php-coveralls": "dev-master",
"facebook/xhprof": "dev-master",
"lox/xhprof": "dev-master",
"simplyadmire/composer-plugins": "@dev"
},
"bin": [
Expand All @@ -52,4 +52,4 @@
"LazyRecord\\": "src/LazyRecord/"
}
}
}
}
Loading

0 comments on commit 31b0428

Please sign in to comment.