Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

[Bug] composer require backpack/calendar-operation failed : repository not found #1003

Closed AxelGanter closed 4 months ago

AxelGanter commented 4 months ago

Bug report

What I did

image

What I expected to happen

install calendar-operation

What happened

s.o.

What I've already tried to fix it

??

Is it a bug in the latest version of Backpack?

After I run composer update backpack/crud the bug... is it still there?

Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is:

PHP VERSION:

8.3.6

PHP EXTENSIONS:

Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, bcmath, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, exif, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, readline, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, Zend OPcache

LARAVEL VERSION:

11.9.2.0

BACKPACK PACKAGE VERSIONS:

backpack/basset: 1.3.4 backpack/crud: 6.7.15 backpack/devtools: 3.1.5 backpack/generators: v4.0.5 backpack/theme-tabler: 1.2.10

AxelGanter commented 4 months ago

now it worked after reducing my backpack/pro version in composer.json i guess I was not allowed to use latest version

AxelGanter commented 4 months ago

fixed

AxelGanter commented 4 months ago

ok