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

Support for Laravel 8 #4

Merged
merged 7 commits into from
Sep 9, 2020
Merged

Support for Laravel 8 #4

merged 7 commits into from
Sep 9, 2020

Conversation

mr4rtur
Copy link
Contributor

@mr4rtur mr4rtur commented Sep 9, 2020

No description provided.

composer.json Outdated
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^5.1"
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^6.0"
Copy link
Member

Choose a reason for hiding this comment

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

Please add a | here rather than changing the major version

composer.json Outdated
@@ -20,11 +20,11 @@
}
],
"require": {
"php": "^7.2",
"illuminate/database": "^6.0|^7.0"
"php": "^7.3",
Copy link
Member

Choose a reason for hiding this comment

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

Laravel 7.x still supports PHP 7.2

composer.json Outdated
"php": "^7.2",
"illuminate/database": "^6.0|^7.0"
"php": "^7.3",
"illuminate/database": "^8.0"
Copy link
Member

Choose a reason for hiding this comment

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

Again, this should use |

@stancl
Copy link
Member

stancl commented Sep 9, 2020

Also tests should now run in a matrix for both L7 and L8

I'm not sure that this is the right way as I have no experience with Travis.
@mr4rtur mr4rtur requested a review from stancl September 9, 2020 09:58
Copy link
Member

@stancl stancl left a comment

Choose a reason for hiding this comment

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

Looks great!

},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^5.1"
"phpunit/phpunit": "^8.4|^9.0",
Copy link
Member

Choose a reason for hiding this comment

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

What's the reasoning behind the ^8.4 change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just wanted to be consistent with Laravel framework (versions 7.x and 8.x).

Copy link
Member

Choose a reason for hiding this comment

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

I see, makes sense!

@stancl
Copy link
Member

stancl commented Sep 9, 2020

Thanks a lot!

@stancl stancl merged commit dc03db6 into archtechx:master Sep 9, 2020
@mr4rtur mr4rtur deleted the laravel-8-support branch September 9, 2020 10:30
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.

2 participants