Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
56 views

I am having a problem today installing the league/csv bundle (v9.27) on my Symfony (v7.2) project with doctrine/orm (v3.3)! When I run command php require league/csv, I get this message: Your ...
d3LTa7's user avatar
  • 71
Best practices
4 votes
3 replies
62 views

I have been wondering how to version Wordpress projects correctly. Versioning the entire Wordpress directory? I'd be versionning a lot of code that's not mine (Wordpress core, theme(s), plugins...) ...
Lily Bergonzat's user avatar
2 votes
1 answer
63 views

I got this error: Composer issue when trying to install "phpoffice/phpspreadsheet". SSL certificate problem: self-signed certificate in certificate chain When i was trying to install ...
Raymond Seger's user avatar
1 vote
1 answer
102 views

I am using Composer version 2.2.25 Per https://getcomposer.org/doc/05-repositories.md#path, I have this structure: ├── path │ └── to │ └── composer_stuff │ └── compiled │ ...
MonkeyZeus's user avatar
  • 20.8k
2 votes
1 answer
173 views

When trying to do a "composer upgrade", it fails in "@auto-scripts" when reaching doctrine/doctrine-bundle. The error is: Executing script cache:clear [KO] [KO] Script cache:clear ...
Werdck's user avatar
  • 95
-1 votes
2 answers
101 views

I have a project with a composer.json where some libraries are pulled from our GitLab: "require": { "my/library": "1.0.0", "my/library-second": "1....
Xhonor's user avatar
  • 64
-1 votes
1 answer
116 views

I try to Upgrading To 9 From 8, but after I applied some changes in composer.json I got error : result laravel: composer update Problem 1 - Root composer.json requires facade/ignition ^2.3.6 -> ...
Noer Herinnanda Putra's user avatar
-1 votes
1 answer
33 views

Suppose a local svn repository Vendor has a subfolder tt containing multiple packages: core, core-analytics and so on. Each trunk folder for each package contains a composer.json file - naturally. ...
John Miller's user avatar
0 votes
0 answers
39 views

I need to sketch out some behavior from a dependency (GuzzleHttp\Client) installed via composer. How do I finagle my include_path in a sketch (i.e. a standalone PHP script that does not use the ...
Aurelia Peters's user avatar
-1 votes
1 answer
119 views

Im trying to prevent PHP Composer to install it's dependencies everytime I edit my src dir files like this in my Dockerfile. # Change working directory. WORKDIR /var/www # Install composer. RUN curl -...
Ruben's user avatar
  • 513
0 votes
1 answer
90 views

I am trying to deploy a Laravel app to Elastic Beanstalk. I have changed the .ebextensions folder for the .platform folder and am using hooks. The app is a Laravel 12 app using AWS's PHP 8.4 running ...
ackerchez's user avatar
  • 1,786
0 votes
1 answer
84 views

We have a number of projects that use a variety of composer packages. Recently we had an issue with one of our projects because a library is no longer available. The library - https://packagist.org/...
GuruBob's user avatar
  • 1,034
0 votes
2 answers
291 views

I'm working on a fresh Laravel 12.12.0 project and facing a strange issue that I can't resolve. Whenever I try to run any Artisan command (like php artisan serve, php artisan route:list, or php ...
Sohag's user avatar
  • 11
0 votes
0 answers
29 views

Is there a general / standard approach to installing a github branch when the "parent" is installed using composer? To hopefully clarify: I would like to install this branch (PHP Dropbox SDK)...
Dennis 's user avatar
  • 1,280
-1 votes
1 answer
91 views

How do you fix the composer create-project test command from timing out when retrieving the https://repo.packagist.org/packages.json file? The command composer diagnose -vv gives this output: > ...
Dan Shumaker's user avatar
-1 votes
2 answers
85 views

I Ran Composer update --ignore-platform-reqs And now i have an error which is like That: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0&...
Vince's user avatar
  • 23
-1 votes
1 answer
61 views

We don't want to run composer update on our production server we would rather version control the vendor folder. We have shared files between our webapplications and we have a git repository called &...
inf3rno's user avatar
  • 26.3k
0 votes
0 answers
22 views

The Composer installer script was not successful [exit code 1]. OpenSSL failed with a 'certificate verify failed' error. This indicates a problem with the Certificate Authority file(s) on your system, ...
Michael John Estidula's user avatar
-1 votes
1 answer
194 views

I can't install composer on my Windows 11 machine. And I got the error OpenSSL failed with a 'certificate verify failed' error. This indicates a problem with the Certificate Authority file(s) on your ...
Dom's user avatar
  • 3,506
-2 votes
3 answers
191 views

I developed a simple php project with some simple framework and now I want to host it on server, the server is shared server and I do not have SSH access, so I have uploaded all the files via cPanel. ...
Andrey S's user avatar
-3 votes
1 answer
323 views

I am getting the following error when trying to install Composer. The Composer installer script was not successful [exit code 1]. OpenSSL failed with a 'certificate verify failed' error. This ...
Jeffery Adams's user avatar
0 votes
1 answer
166 views

When following the official installation instructions for Typo3 8.7.16 via DDEV and Composer, the first two of the commands below succeed, but I encounter a fatal PHP error on the third one (ddev ...
lchristmann's user avatar
0 votes
0 answers
37 views

I am building a management system to handle composer updates on a group of websites. The issue I am encountering is authenticating with a private repository. There is an auth.json file, and running ...
Kurt's user avatar
  • 11
-2 votes
1 answer
564 views

I have new Laptop which has windows 11 installed. I have also install XAMPP which has php 8.2.12 version. Now i want to install composer in my system but it is not allowing me to install. It gives me ...
Adarsh Bhatt's user avatar
-2 votes
1 answer
199 views

I have been working my way through the CMS guidance to create a DDEV project to create a local Drupal (11) website. I get to the ddev Composer step and this happens: $ mpw1950@McCullin:~/ve25$ ddev ...
MArtin P Wilson's user avatar
1 vote
1 answer
369 views

When developing locally on a Windows 11 machine with PHP 8, Laravel 11 and Filament, I adjust my composer.json to have "dev": [ "Composer\\Config::disableProcessTimeout", &...
Tiago Peres's user avatar
  • 15.9k
-2 votes
1 answer
175 views

I manually deleted the vendor folder in user/.composer After I run also composer global remove laravel/installer This on my mac Monterey and the terminal say this message: after i run the command ...
andrea83's user avatar
0 votes
1 answer
409 views

On laravel 11 site I need manually edit content of nova-permission package and I edited my root composer.json : "require": { ... "vyuldashev/nova-permission": &...
Petro Gromovo's user avatar
0 votes
3 answers
87 views

Introduction I created a small package that contains ValueObject type objects for measurement units. I have a MeasurementUnitValueObject class (which implement interface ValueObject), which has two ...
LordF's user avatar
  • 536
1 vote
1 answer
112 views

I have a tool that requires the PHP intl extension, but if that is not present on the system, it can also work with symfony/intl (drawback is that then it's only English). So currently I have the ...
user2792352's user avatar
0 votes
1 answer
37 views

I'm developing on (yet another) PHP project and I'm trying to create a nice "Donate" section in my README.md for that will be rendered in a GitLab. I would like to mention sub-projects and ...
V. Bozz's user avatar
  • 1,632
0 votes
0 answers
55 views

I am new to laravel 11. and I am getting error "Target class does not exist" while I cloned project from git. Same project in another folder is working fine. Can anyone suggest what could be ...
Ankitha Abhilash's user avatar
-1 votes
1 answer
520 views

I have an old laravel app (v6) that is still running on PHP 7.4 Laravel and PHP versions both out of support, I know! That upgrade is a task for another day. But strange error started when running ...
Mark Walker's user avatar
  • 1,279
-2 votes
1 answer
93 views

I try to install to install Laravel project version 9.0.0 using the next command composer create-project laravel/laravel="9.0.0" my_project After installation is completed I check version ...
Almir's user avatar
  • 1
0 votes
1 answer
146 views

I have a php (Laravel) project with several namespace mappings applied in the composer.json, like this: { "autoload": { "psr-4": { "App\\": [ "...
Ghoelian's user avatar
  • 315
1 vote
0 answers
588 views

I am trying to update/install my composer packages in my project and I get an error "Could not delete C:\Users.../vendor/composer/bafbb53e\CarbonPHP-carbon-1e9d506\src\Carbon\Lang\nan_TW@latin....
Gukkey's user avatar
  • 79
0 votes
0 answers
46 views

The Composer installer script was not successful [exit code 1]. OpenSSL failed with a 'certificate verify failed' error. This indicates a problem with the Certificate Authority file(s) on your system, ...
layla layla's user avatar
0 votes
0 answers
114 views

I have a Prestashop 1.7.8 module that uses Symfony commands to perform scheduled tasks. In my crontab, I can trigger $ php bin/console algoliaprestashop:reindex It works fine in my Production ...
monlouisj's user avatar
0 votes
1 answer
209 views

I'm attempting to install project dependencies using Composer within a Docker container based on the php:8.3-fpm-alpine image. This image includes PHP with several extensions compiled and integrated ...
Alex Yu's user avatar
-1 votes
1 answer
406 views

Fairly new to composer and have a couple of questions. Following instructions here > https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/how-to-upgrade-from-drupal-9-to-...
user avatar
-1 votes
1 answer
68 views

I'm trying to declare the JWT classes in a separate file to use them in functions, but it's not working, and I really don't understand why. If I put the use declarations from use.php into jwt.php, it ...
Lokomass's user avatar
0 votes
0 answers
340 views

I have a website which had multiples updates in the past years without any issue. Yesterday I tried to update drupal core from 10.3.9 to 10.4.0. Everything is working fine on my local docker, but when ...
Fabrice Lefloch's user avatar
0 votes
0 answers
36 views

I am trying to install Magento locally with Xampp on win11. I've tried to do the installation with composer, also trying different versions of magento package 2.4.6 (2.4.7 as well). I assumed that the ...
Wojciech's user avatar
0 votes
1 answer
73 views

I needed to modify some vendor files, which I did the following way (which was fine in the past): I copy the vendor file to a vendor-override directory outside the vendor directory and modify it to my ...
Knittely's user avatar
0 votes
0 answers
29 views

I am trying to update composer using following command: C:\xampp\htdocs>composer self-update --2 But I am getting an error, [Composer\Downloader\TransportException] curl error 28 while ...
zus's user avatar
  • 210
1 vote
1 answer
114 views

When installing a composer package (eg. composer require foo/bar), how to save exact package version (eg. 1.0.0) in composer.json by default instead of a version range (^1.0)? Eg. NPM has this ...
lateo's user avatar
  • 433
0 votes
1 answer
262 views

I need to run laravel app with defined in composer file: "require": { "php": "^8.1", "laravel/framework": "^10.0", "tatumio/tatum-php&...
mstdmstd's user avatar
  • 3,309
-1 votes
1 answer
66 views

I installed Composer using PuTTY via SSH on my GoDaddy shared hosting environment, intending to manage and update Drupal modules. The hosting environment is shared, with PHP version 8.2 and SSH access ...
BoroBorooooooooooooooooooooooo's user avatar
1 vote
3 answers
158 views

Our PHP application has a Packagist dependency aaa/foo defined in our composer.json file. This package has a dependency of a deleted Packagist package, let's call it: bbb/bar. This is breaking our ...
Coder1's user avatar
  • 13.4k
2 votes
1 answer
3k views

I'm new to PHP, but I need a CodeIgniter 4 project. I downloaded php 8.3.12 and added it to the environment variables (I'm using Windows 10). After that I installed composer with the setup-exe and ...
samax's user avatar
  • 63

1
2 3 4 5
224