Composer Somethings Changed Looking at All Rules Again
948 votes
5 answers
php - Composer stuck on `Something's inverse, looking at all rules again` while updating laravel to five.vi
I am trying to update my Laravel application. I was at 5.2 and now I am at five.five. Everything works fine till here.
At present I have inverse it to5.6.* in my composer file, and no matter how many times I runcomposer update, information technology gets stuck at
Something'southward changed, looking at all rules again (pass #142)
Doesn't thing how many passes I let it become on for.
{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=5.five.9", "laravel/framework": "5.five.*", "laravelcollective/html": "5.5.*", "jenssegers/agent": "^ii.six", "doctrine/dbal": "v2.5.5", "guzzlehttp/guzzle": "~6.0", "laravel/cashier": "~6.0", "spatie/laravel-fill-in":"^three.0.0", "maatwebsite/excel": "~2.1.0", "rap2hpoutre/laravel-log-viewer":"0.8.0", "arcanedev/log-viewer": "iv.2.*", "tymon/jwt-auth": "0.v.*", "aws/aws-sdk-php-laravel": "3.1.0", "league/flysystem-aws-s3-v3": "~1.0.0", "tecnickcom/tcpdf": "^6.two", "ip2location/ip2location-laravel": "^1.0", "geoip2/geoip2":"~ii", "maxmind-db/reader": "~1.0", "pusher/pusher-php-server": "~iii.0", "maknz/slack-laravel": "^i.0", "laravel/tinker": "one.0.10" }, "crave-dev": { "fzaninotto/faker": "~one.4", "mockery/mockery": "0.9.*", "phpunit/phpunit": "~half-dozen.0", "symfony/css-selector": "iii.1.*", "symfony/dom-crawler": "3.1.*", "filp/whoops": "~ii.0" }, "autoload": { "classmap": [ "database" ], "psr-4": { "App\\": "app/" }, "files": [ "app/helpers.php" ] }, "autoload-dev": { "classmap": [ "tests/TestCase.php" ] }, "scripts": { "mail-root-parcel-install": [ "php -r \"copy('.env.instance', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall" ], "post-update-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postUpdate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:notice" ] }, "config": { "preferred-install": "dist" } } Initially there was an event with a third party packagehttps://github.com/spatie/laravel-backup which was causing issues simply I have tried removing information technology as well. Even so same issue. :(
Undefined asked
425
votes
Answer
Solution:
I tried removing on dependancy at a fourth dimension and updating
"laravel/cashier": "~6.0"
This 1 was causing the outcome. Changed it to~vii.0 and at present it works fine.
Any one else having this issue, just try to remove all dependancies and try installing them one at a time, and most probably you lot will detect the culprit, so you lot can endeavour updating that one seperately.
Undefined answered
Link to answer
926
votes
Answer
Solution:
For me the culprit wasphpspec/phpspec, which seems like it is no longer needed from Laravel5.ii onwards.
Undefined answered
Link to answer
161
votes
Reply
Solution:
if you install this extension "nesbot/carbon": "^2.17",Just upgrade him
Undefined answered
Link to answer
42
votes
Answer
Solution:
It may demand more passes.
I practice not know what it is doing, but for me it continued at 980 passes.
Undefined answered
Link to reply
687
votes
Answer
Solution:
Some dependencies are not compatible after we upgrade the version of Laravel. And then, we must upgrade the version of some dependencies. This upgrade is clearly outlined in the Laravel documentation. (https://laravel.com/docs/v.3/upgrade)
Undefined answered
Link to answer
People are also looking for solutions to the problem: the process grade relies on proc_open, which is not bachelor on your php installation.
Source
Share
Didn't observe the answer?
Our community is visited by hundreds of web development professionals every twenty-four hours. Ask your question and get a quick answer for free.
Similar questions
Observe the respond in similar questions on our website.
Write quick reply
Do you know the answer to this question? Write a quick response to it. With your aid, nosotros will make our community stronger.
Near the technologies asked in this question
PHP
PHP (from the English language Hypertext Preprocessor - hypertext preprocessor) is a scripting programming linguistic communication for developing web applications. Supported by most hosting providers, it is one of the most popular tools for creating dynamic websites. The PHP scripting linguistic communication has gained broad popularity due to its processing speed, simplicity, cantankerous-platform, functionality and distribution of source codes under its ain license.
https://world wide web.php.net/
Laravel
Laravel is a free open source PHP framework that came out in 2011. Since and then, it has been able to become the framework of choice for web developers. One of the main reasons for this is that Laravel makes it easier, faster, and safer to develop circuitous web applications than any other framework.
https://laravel.com/
Symfony
Symfony compares favorably with other PHP frameworks in terms of reliability and maturity. This framework appeared a long time ago, in 2005, that is, it has existed much longer than most of the other tools we are considering. It is popular for its web standards compliance and PHP design patterns.
https://symfony.com/
CSS
CSS (Cascading Style Sheets) is a formal linguistic communication for describing the appearance of a document written using a markup language. It is mainly used every bit a means of describing, decorating the appearance of web pages written using HTML and XHTML markup languages, but tin can also exist applied to any XML documents, such equally SVG or XUL.
https://www.w3.org/TR/CSS/#css
Foundation
Foundation, like to Bootstrap, has become very pop every bit a more complex framework with some avant-garde simply easy-to-implement CSS components. Information technology is built with Sass, so simply like Bootstrap, it is customizable. In addition to this, it also boasts some features that help make the design mobile responsive.
https://get.foundation/
HTML
HTML (English language "hyper text markup linguistic communication" - hypertext markup language) is a special markup language that is used to create sites on the Internet. Browsers sympathize html perfectly and can translate information technology in an understandable way. In general, any page on the site is html-code, which the browser translates into a user-friendly form. Past the way, the code of any folio is available to everyone.
https://www.w3.org/html/
Welcome to programmierfrage.com
programmierfrage.com is a question and reply site for professional web developers, programming enthusiasts and website builders. Site created and operated by the community. Together with you lot, we create a gratis library of detailed answers to any question on programming, web evolution, website creation and website administration.
Get answers to specific questions
Enquire almost the real problem you are facing. Depict in item what y'all are doing and what you want to attain.
Help Others Solve Their Issues
Our goal is to create a strong community in which anybody will support each other. If you find a question and know the reply to it, help others with your cognition.
withrowsisturionse.blogspot.com
Source: https://programmierfrage.com/items/composer-stuck-on-somethings-changed-looking-at-all-rules-again-while-updati
0 Response to "Composer Somethings Changed Looking at All Rules Again"
Post a Comment