Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#26 - update to compatibility with laravel 11 #29

Merged
merged 7 commits into from
Jun 7, 2024

Conversation

JakubKermes
Copy link
Contributor

Bumped dependencies. Based on Laravel documentation for upgrading Laravel, there is no need for changing any code.

@JakubKermes JakubKermes linked an issue Jun 5, 2024 that may be closed by this pull request
@JakubKermes JakubKermes marked this pull request as ready for review June 5, 2024 07:23

This comment was marked as resolved.

composer.json Outdated Show resolved Hide resolved
composer.json Outdated
Comment on lines 15 to 24
"phpunit/phpunit": "^10.1|^11.0.1",
"symfony/css-selector": "^6.2|^7.1",
"symfony/dom-crawler": "^6.2|^7.1"
},
"require-dev": {
"blumilksoftware/codestyle": "^1.10",
"illuminate/contracts": "^9.1|^10.0",
"illuminate/http": "^9.1|^10.0",
"illuminate/support": "^9.1|^10.0",
"symfony/http-foundation": "^6.0"
"blumilksoftware/codestyle": "^3.1.0",
"illuminate/contracts": "^10.0|11.9.2",
"illuminate/http": "^10.0|11.9.2",
"illuminate/support": "^10.0|11.9.2",
"symfony/http-foundation": "^6.2|^7.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can stay with "^10.0|11.9" or even "^10.0|11.0" if there's no big changes in 11.1.

@JakubKermes JakubKermes merged commit 4710541 into main Jun 7, 2024
1 check passed
@JakubKermes JakubKermes deleted the #26-update-to-compatibility-with-laravel-11 branch June 7, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to compatibility with Laravel 11
4 participants