Skip to content

Conversation

Bart-Kuenen-nextapps
Copy link
Contributor

No description provided.

Comment on lines 13 to 14
php: [8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
php: [8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*]
php: [8.1, 8.2]
laravel: [10.*]

let's just drop support for all old Laravel versions as well (and PHP 8.0 too because Laravel 10 requires php 8.1 or later)

composer.json Outdated
@@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^8.0|^8.1|^8.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"php": "^8.0|^8.1|^8.2",
"php": "^8.1|^8.2",

@Bart-Kuenen-nextapps Bart-Kuenen-nextapps merged commit eaacf0b into master Aug 25, 2023
@Bart-Kuenen-nextapps Bart-Kuenen-nextapps deleted the remove_support_for_php_7.x branch August 25, 2023 10:49
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.

3 participants