This repository was archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
This repository was archived by the owner on May 3, 2019. It is now read-only.
conflict installations #6
Copy link
Copy link
Open
Description
Problem 1
- Installation request for codemash/laravel-socket ^1.0 -> satisfiable by codemash/laravel-socket[1.0.0].
- codemash/laravel-socket 1.0.0 requires cboden/ratchet ^0.3.5 -> satisfiable by cboden/ratchet[v0.3.5, v0.3.6] but these conflict with your requirements or minimum-stability.
{
"name": "rappasoft/laravel-5-boilerplate",
"description": "The Laravel Boilerplate Project.",
"keywords": ["framework", "laravel", "boilerplate"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.0.0",
"appstract/laravel-blade-directives": "^0.4.4",
"arcanedev/log-viewer": "^4.4",
"arcanedev/no-captcha": "^5.0",
"authy/php": "~2.2",
"cboden/ratchet": "^0.4.1",
"ccxt/ccxt": "^1.10",
"creativeorange/gravatar": "~1.0",
"davejamesmiller/laravel-breadcrumbs": "^4.1",
"fenos/notifynder": "^4.3",
"fideloper/proxy": "~3.3",
"get-stream/stream-laravel": "^2.2",
"hieu-le/active": "^3.5",
"laravel-notification-channels/telegram": "^0.0.3",
"laravel/framework": "5.5.*",
"laravel/socialite": "^3.0",
"laravel/tinker": "~1.0",
"orchid/socket": "^1.6",
"predis/predis": "^1.1",
"react/event-loop": "^0.4.3",
"react/http": "^0.8.0",
"spatie/laravel-html": "^2.4",
"spatie/laravel-permission": "^2.5",
"webpatser/laravel-uuid": "^3.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.0",
"filp/whoops": "~2.0",
"fzaninotto/faker": "~1.4",
"laravel/browser-kit-testing": "^2.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
],
"clear-all": [
"composer dumpautoload -o",
"@php artisan optimize",
"@php artisan clear-compiled",
"@php artisan cache:clear",
"@php artisan route:clear",
"@php artisan view:clear",
"@php artisan config:clear"
],
"phpunit": [
"phpunit > output.txt -d memory_limit=15048M"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}
Metadata
Metadata
Assignees
Labels
No labels