composer-php

Laravel: How to update packages in storage/framework

白昼怎懂夜的黑 提交于 2020-01-07 09:23:00
问题 I have removed a package with composer remove and it's now removed from composer.json and composer.lock files and also removed from vendor directory. But I noticed that it's still listed in these two files: storage/framework/packages.php and storage/framework/services.php . How can I update/rebuild these files? Also, when I run php artisan in the root of my project, I get this error: [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Morilog\Jalali\JalaliServiceProvider' not found

Windows 10 PDOException with message 'could not find driver' Laravel 5.6.33 Wampserver 3.1.7 x86

本秂侑毒 提交于 2020-01-07 09:19:50
问题 I know there is a lot on this topic around StackOverflow, but my problem is that i have php extensions already uncommented, i have made the required changes to database.php and .env and i have declared and used the necessary environment path. The only thing i haven't done is install composer due to my proxy restrictions. I have a proxy that is over a kerberos windows AD, and for some reason nothing that used to work with proxy address, port and credentials (user and password) is working

Zend framework 2 Skeleton App FATAL error

给你一囗甜甜゛ 提交于 2020-01-07 05:51:40
问题 I've installed skeleton app via composer and when pointing the browser to the public folder with virtual host I get the error: Fatal error: Uncaught exception 'Zend\Loader\Exception\InvalidArgumentException' with message 'Autoloader class Zend\Loader\StandardAutoloader must implement Zend\Loader\SplAutoloader' in /var/www/vhosts/ddns.net/subdomains/gameotic/vendor/zendframework/zendframework/library/Zend/Loader/AutoloaderFactory.php on line 91 Zend\Loader\Exception\InvalidArgumentException:

PHP-intercom not working after updating composer

北城以北 提交于 2020-01-06 16:04:08
问题 i recently updated using composer. After updating I am getting error in php file , where I am sending data to intercom. This is the error : Fatal error: Class 'Intercom\IntercomBasicAuthClient' not found in <filename> I found a similar problem here Symfony Exception (Class not found) only on development and production servers. But couldn't understand exactly how to solve the issue. I tried using intercom in Uppercase as well as lowercase, but problem is not solved. In my installed.json I

PHP-intercom not working after updating composer

你。 提交于 2020-01-06 16:03:52
问题 i recently updated using composer. After updating I am getting error in php file , where I am sending data to intercom. This is the error : Fatal error: Class 'Intercom\IntercomBasicAuthClient' not found in <filename> I found a similar problem here Symfony Exception (Class not found) only on development and production servers. But couldn't understand exactly how to solve the issue. I tried using intercom in Uppercase as well as lowercase, but problem is not solved. In my installed.json I

Installing laravel 4 via composer?

蹲街弑〆低调 提交于 2020-01-06 11:06:46
问题 I have composer installed and openSSL extension enable in PHP but I still get the error (I restarted wamp twice) Afflicto@Afflicto-PC /cygdrive/e/wamp/www/wirezapp2 $ composer create-project laravel/laravel wirezapp --prefer-dist Installing laravel/laravel (v4.0.5) - Installing laravel/laravel (v4.0.5) Downloading: 100% Downloading: 100% Downloading: 100% [Composer\Downloader\TransportException] The "http://nodeload.github.com/laravel/laravel/zip/v4.0.5" file could not be downloaded: failed

How to add a few extra packages with a second composer.json, without composer deleting all my packages?

允我心安 提交于 2020-01-06 08:40:27
问题 I have to migrate a 1000 websites. They are all based on the same base Drupal Docker image. Every website also has a custom Git repository with a custom composer.json to install some extra modules. We would like an easy way to update Drupal on all 1000 websites at the same time, by editing 1 composer.json file. We would also like to give developers of each of the 1000 websites an option to install custom modules. Unfortunately what happens is that when the 2nd image builds, composer start

Composer dependency issue with external repository

我是研究僧i 提交于 2020-01-06 08:29:58
问题 I have written a library that I want to use in another project. However, when I add the library dependency to my project I get the following error after running composer update -vvv : Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for my/library dev-master -> satisfiable by my/library[dev-master]. - my/library dev-master requires doctrine/migrations dev-master -> no matching package found. Potential causes: - A typo in the package

Composer freezing when installing symfony vendors

 ̄綄美尐妖づ 提交于 2020-01-06 03:20:15
问题 I'm trying to install Symfony 2. I get the same issue of I download the archive without vendors and if I try to install via curl. Running OSX/MAMP setup. ➜ composer install Loading composer repositories with package information Installing dependencies (including require-dev) - Installing symfony/icu (v1.0.0) Downloading: connection...^C ➜ composer install -vvv Downloading composer.json Loading composer repositories with package information Downloading https://packagist.org/packages.json

composer installs own TYPO3 extension in wrong path

守給你的承諾、 提交于 2020-01-05 23:31:23
问题 I have a own TYPO3 extension hosted on bitbucket. Getting this via composer works (see here for input). The extension is downloaded into my vendor folder. Being there i cannot install the extension via extension-manager. How can I getting my ext into typo3conf/ext (ensuring autoloading will work)? The extensions coming via { "type": "composer", "url": "http://composer.typo3.org/" } are going to (as expected): web/typo3config/ext here is my project composer.json: { "repositories": [ { "type":