spatie / laravel-blade-comments

Add debug comments to your rendered output
https://freek.dev/2500-a-laravel-package-to-quickly-see-which-html-is-rendered-by-which-blade-view
MIT License
150 stars 9 forks source link

[Bug]: Can't install in laravel 9 #7

Closed jalso closed 1 year ago

jalso commented 1 year ago

What happened?

I tried to add this package:

composer require spatie/laravel-blade-comments:* --dev

./composer.json has been updated Running composer update spatie/laravel-blade-comments Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

When I try to add illuminate/contracts, I cant: ` Problem 1

I this package not compatible with laravel 9? Thank You!

How to reproduce the bug

I tried to install it in laravel 9.

Package Version

1.01

PHP Version

8.1.19

Laravel Version

9.52.9

Which operating systems does with happen with?

macOS

Notes

No response

timvandijck commented 1 year ago

The package was created after Laravel 10 was released so that's what we based it on. Normally I would be hesitant to add support for older versions, but given the nature of the package I added Laravel 9 support to release 1.0.2. Enjoy!

jalso commented 1 year ago

Thank You!