Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Sep 26, 2014
1 parent eeb0d7a commit bbba212
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.1",
"stof/doctrine-extensions-bundle": "~1.1",
"vich/uploader-bundle": "~0.9",
"vich/uploader-bundle": "~0.10",
"knplabs/knp-gaufrette-bundle": "~0.1.7",
"doctrine/doctrine-migrations-bundle": "1.0.0-beta4",
"doctrine/doctrine-migrations-bundle": "1.0.0-rc1",
"doctrine/migrations": "~1.0@dev",
"bravesheep/bootstrapify-bundle": "~3.0.0",
"friendsofsymfony/user-bundle": "~2.0@dev",
Expand All @@ -35,7 +35,7 @@
"sensio/generator-bundle": "~2.3",
"behat/behat": "~3.0",
"behat/mink": "~1.6@dev",
"behat/mink-extension": "~2.0@dev",
"behat/mink-extension": "~2.0",
"behat/mink-browserkit-driver": "~1.2@dev",
"behat/mink-selenium2-driver": "~1.2@dev",
"behat/symfony2-extension": "~2.0@dev",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
"name": "symfony-okoa",
"private": true,
"devDependencies": {
"browserify": "5.10.0",
"browserify": "5.12.0",
"deamdify": "0.1.1",
"debowerify": "0.8.1",
"event-stream": "3.1.7",
"extend": "1.3.0",
"gulp": "3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-buster": "0.2.2",
"gulp": "3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-buster": "1.0.0",
"gulp-changed": "1.0.0",
"gulp-cssimport": "1.2.3",
"gulp-flatten": "0.0.2",
"gulp-flatten": "0.0.3",
"gulp-if": "1.2.4",
"gulp-jshint": "1.8.4",
"gulp-livereload": "2.1.0",
"gulp-minify-css": "0.3.7",
"gulp-plumber": "0.6.4",
"gulp-livereload": "2.1.1",
"gulp-minify-css": "0.3.10",
"gulp-plumber": "0.6.5",
"gulp-rename": "1.2.0",
"gulp-rimraf": "0.1.0",
"gulp-sass": "0.7.3",
"gulp-size": "1.0.0",
"gulp-size": "1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "0.3.1",
"gulp-util": "3.0.0",
"jshint-stylish": "0.4.0",
"stream-combiner": "0.0.4",
"vinyl-source-stream": "0.1.1",
"gulp-uglify": "1.0.1",
"gulp-util": "3.0.1",
"jshint-stylish": "1.0.1",
"stream-combiner": "0.2.1",
"vinyl-source-stream": "1.0.0",
"watchify": "1.0.2",
"yargs": "1.3.1"
},
Expand Down

0 comments on commit bbba212

Please sign in to comment.