mirror of
https://github.com/ismail0234/n11-php-api.git
synced 2026-04-26 16:25:47 +03:00
[GH-ISSUE #20] Laravel gereksinimleri #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yahya077 on GitHub (Mar 13, 2021).
Original GitHub issue: https://github.com/ismail0234/n11-php-api/issues/20
Problem 1
- Root composer.json requires illuminate/support ^7.0, found illuminate/support[v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
bu paket "laravel/framework": "^8.12", içine gönderilmiştir versiyonu yükseltilmesi gerekiyor.
@ismail0234 commented on GitHub (Mar 15, 2021):
Sorununu tam olarak anlayamadım? Sorun nedir?
@yahya077 commented on GitHub (Mar 15, 2021):
Paketiniz illuminate/support ^7.0 bu paketi kullanıyor ama laravel 8 üstünde bu sürüm kullanılmamaktadır. Bu yüzden paket yüklenmiyor. Sürüm güncellenmesi istiyor.
@ismail0234 commented on GitHub (Mar 15, 2021):
@yahya077 Herhangi bir harici paket kullanmıyoruz. Composer dosyasından kontrol edebilirsiniz. https://github.com/ismail0234/n11-php-api/blob/master/composer.json
@yahya077 commented on GitHub (Mar 15, 2021):
Şuan framework sürümünü 8.0 a downgrade ettim ve paketi kullanabiliyorum. Teşekkürler.