packagist Questions
3
I'm trying to install Yajra, a Laravel package to handle server-side works of DataTables jQuery Plugin via AJAX option. But I got this problem and I can't fix this. Please do you have anything to h...
Simasimah asked 4/4, 2022 at 18:20
2
Solved
I'm writing a package for Packagist and I'm facing a problem with Composer. I need to copy a file from my package to the project root after install, but nothing is happening after the package insta...
Clarkclarke asked 14/2, 2018 at 0:26
9
Solved
I'm trying to use composer to automatically clone a git repository from github that isn't in packagist but it's not working and I can't figure out what am I doing wrong.
I think I have to include ...
Mantua asked 18/10, 2012 at 11:56
3
Solved
This problem seems to be common, and i've been through a lot of SO posts related to it and nothing works, and i'm going crazy. Whats weird is that it was working perfectly few weeks ago, and i didn...
Hershberger asked 27/7, 2018 at 8:22
2
How to fix fzaninotto/faker packagist
"This package is abandoned and no longer maintained. No replacement package was suggested."
in composer 2.0.11 version and i used php 8.0.0?
Lodie asked 4/3, 2021 at 18:56
3
Solved
I've just created my first component on packagist.org, this is a forked version of greensock-js.
I put "components/greensock-js": "1.11.*@dev" into the require section of my com...
Christachristabel asked 25/3, 2014 at 14:22
4
Solved
I'm trying to install the following composer package:
composer require cr/hashcli
it is a package that I did. But when I try to install it I get the following error:
[InvalidArgumentException...
Savanna asked 14/12, 2016 at 18:25
11
Solved
Sometimes when I run composer update to upgrade the laravel project, a content-length mismatch exception might occur.
Finally, I get this is because of the terrible firewall in China: the DNS was p...
Acquisitive asked 28/7, 2016 at 11:38
2
The file autoload_psr4.php not contains the namespace from "autoload-dev" section only from "autoload" section.
When my composer.json reads
"autoload": {
"psr-4": {
"Namespace\\": "src/"
}
},
...
Tosh asked 11/4, 2016 at 2:40
1
Solved
I changed a PHP package name in composer file from "name": "author/author-php" to "name": "author/author" then did composer install & composer update, merged my changes with master then created...
Bannon asked 27/3, 2019 at 13:46
2
I have a problem with the composer update for my project made in laravel 5.
Everytime I want to update the composer with other packages (from Packagist) I get an authentication box (not suposed to ...
Carmellacarmelle asked 10/3, 2015 at 8:12
2
Solved
I don't really understand how Composer works with the minimum-stability setting.
I have two packages. Let's say, PackageA and PackageB.
The composer.json file of PackageA looks like this:
{
"na...
Tiffany asked 15/4, 2014 at 11:58
1
Solved
I'd like to know how to display an avatar in Packagist.
For example, my package doesn't show my avatar, which I set the GitHub-Packagist API correct or I can't found any upload panel in Packagist ...
1
Solved
I'm creating my first PHP Composer package (following these instructions).
I've run
$ composer init
and am filling in the details, it is now asking me for
Package Type (e.g. library, projec...
Alleviate asked 8/2, 2017 at 23:33
1
Solved
I released a new version of my composer package on GitHub, however it is not updating on Packagist, not even when I manually click 'Update' on the package page. The weird thing is that it does show...
Mountbatten asked 21/3, 2016 at 22:40
2
Solved
I am trying to get composer to download the following library from this project, however, it does not have a composer.json file in it so I'm not sure if this is possible.
{
"require" : {
"fguill...
Unswerving asked 31/5, 2013 at 0:24
1
I want to add a new package which is not at packagist, it's a local or non-public repository. I know how to this in the composer.json. For example:
"repositories": [
{
"type": "vcs",
"url": "ht...
Bullet asked 31/7, 2015 at 9:46
0
I'm trying to use my own bundle in the new Symfony2 project.
I've created the project and than installed all required bundles using composer.
Here's my project's composer.json file
{
"name"...
Sulk asked 21/9, 2015 at 22:15
2
Solved
I'm trying to install the following package through composer:
https://packagist.org/packages/cartalyst/sentry#dev-feature/laravel-5
When I do:
composer require cartalyst/sentry dev-feature/larav...
Carbaugh asked 10/2, 2015 at 21:29
1
Solved
Is Packagist (https://packagist.org/) the only repository/library of packages that Composer pull from out of the box?
I know that Composer can be configured to point to other libraries of packages...
Bakelite asked 1/12, 2014 at 15:57
2
Solved
If you go you https://packagist.org/packages/geekality/website and compare it with what you get when you run `composer show geekality/website.
Latest version at packagist at the top is v0.7
Lates...
Cuticle asked 6/6, 2013 at 13:19
1
Solved
I have created a composer package with this composer.json
{
"name": "webiny/cache",
"type": "library",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"jamm/memory": "dev...
Twitch asked 30/8, 2014 at 13:48
1
I'm trying to make a little CLI tool and package it up with composer.
Below is an extremely simplified version of the program, but it's enough to demonstrate the problem I'm encountering.
The proje...
Crazyweed asked 22/8, 2014 at 1:22
2
Solved
I created a SVN repository for my personal PHP library, and added a composer.json file at the root level:
{
"name": "myPersonalLibrary/lib",
"type": "library",
"description": "Light MVC framewo...
Timbale asked 30/12, 2012 at 19:31
1
Solved
I have a PHP library that I've put up on packagist.org. I'd like to exclude certain files from the package (e.g. a couple of JARs, and my tests), so people depending on my library don't have ...
Desmoid asked 1/12, 2013 at 20:25
1 Next >
© 2022 - 2024 — McMap. All rights reserved.