Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Updated to latest laravel version #48

Merged
merged 3 commits into from
Oct 29, 2019

Conversation

cpickhardt15
Copy link

No description provided.

@joselfonseca
Copy link
Owner

@cpickhardt15 Hi there, could you please remove support for PHP 7.1 in the travis configuration so we can merge it.

Thanks!

Copy link
Owner

@joselfonseca joselfonseca left a comment

Choose a reason for hiding this comment

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

Thanks @cpickhardt15 what i meant was removing support for php 7.1 in travis meaning this file https://github.com/joselfonseca/laravel-api/blob/master/.travis.yml#L4 and in composer.json https://github.com/joselfonseca/laravel-api/blob/master/composer.json#L16 now it should be ^7.2

@cpickhardt15
Copy link
Author

Hope that helps! Slight confusion, but hopefully this is what you meant. @joselfonseca

@@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"dingo/api": "^2.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

If the goal is to upgrade to Laravel 6, i suggest to change laravel/framework to "^6.0", but also dingo/api to "^2.4", laravel/passport to "^7.5", spatie/laravel-permission to "^3.0"

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, beyondcode/laravel-dump-server is deprecated for facade/ignition "^1.4"
Finally, i also suggest phpunit/phpunit to "^8.0"

Copy link
Owner

Choose a reason for hiding this comment

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

I agree, At first i thought it was just a composer update, but if this is for the issue #47 then the actual update is to Laravel 6 which means updating all the packages and updating the actual app directory and config files.

Copy link
Owner

@joselfonseca joselfonseca left a comment

Choose a reason for hiding this comment

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

If you are submitting this PR for this issue #47 then what is needed here is to update thee Laravel version to 6 and all of the packages, config files and app directory if needed. Otherwise I can merge this a a patch release, please let me know.

@joselfonseca joselfonseca changed the base branch from master to 7.0 October 29, 2019 14:41
@joselfonseca
Copy link
Owner

@cpickhardt15 I've changed the base to the 7.0 branch since that is the one this PR will apply, the master branch now is on laravele 6. thanks!

@joselfonseca joselfonseca merged commit 23e43b8 into joselfonseca:7.0 Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants