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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclonecopp authored Mar 27, 2019
1 parent c31788c commit 8e43677
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,36 @@
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"filp/whoops": "^2.1",
"symfony/var-dumper": "^3.1",
"phpFastCache/phpFastCache": "^4.3",
"biurad/slim": "^1.1",
"cartalyst/sentinel": "2.0.*",
"psr/cache": "^1.0",
"psr/container": "^1.0",
"fzaninotto/faker": "^1.8",
"eftec/documentstoreone": "^1.8",
"biurad/slim": "self.version",
"doctrine/dbal": "^2.9",
"rakit/validation": "^1.1",
"eftec/documentstoreone": "^1.8",
"fig/http-message-util": "^1.1.2",
"filp/whoops": "^2.1",
"fzaninotto/faker": "^1.8",
"illuminate/database": "^5.8",
"josantonius/session": "^1.1",
"twig/twig": "^2.6",
"zendframework/zend-json": "^2.6.1 || ^3.0",
"mustache/mustache": "^2.12",
"zircote/swagger-php": "^2.0",
"illuminate/contracts": "5.7.*",
"illuminate/support": "5.7.*",
"symfony/console": "^2.8 || ^3.0 || ^4.2",
"illuminate/database": "self.version",
"illuminate/console": "self.version",
"phpFastCache/phpFastCache": "^4.3",
"psr/cache": "^1.0",
"psr/container": "^1.0",
"psr/http-factory": "^1.0",
"fig/http-message-util": "^1.1.2",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-diactoros": "^1.7.1 || ^2.0"
"rakit/validation": "^1.1",
"symfony/var-dumper": "^3.1",
"twig/twig": "^2.6",
"zendframework/zend-diactoros": "^1.7.1 || ^2.0",
"zendframework/zend-json": "^2.6.1 || ^3.0",
"zircote/swagger-php": "^2.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.27 || ^7.0.2 || ^7.1.5",
"phpunit/phpunit": "^5.7.27 || ^7.0.2",
"mockery/mockery": "^1.0",
"composer/composer": "^1.5.2",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*"
},
Expand All @@ -74,7 +69,8 @@
"Application/Controller",
"Application/Service",
"Application/Middleware",
"Application/Helper"
"Application/Helper",
"Libraries/"
]
}
}

0 comments on commit 8e43677

Please sign in to comment.