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

[LaraPackagePort] Analyse for Laravel 5.5 #126

Closed
wants to merge 2 commits into from
Closed

[LaraPackagePort] Analyse for Laravel 5.5 #126

wants to merge 2 commits into from

Conversation

LKaemmerling
Copy link

This Pull-Requests help you to prepare your Package for Laravel 5.5. I've tested it automated and this was the PHPUnit Result:
PHPUnit 6.3-dev by Sebastian Bergmann and contributors.

Runtime: PHP 7.1.7 with Xdebug 2.5.5
Configuration: /Users/lukaskammerling/Code/OSS/spatieLaravelphp5.5/storage/spatie.laravel-fractal/phpunit.xml.dist

........................... 27 / 27 (100%)

Time: 4.72 seconds, Memory: 12.00MB

OK (27 tests, 34 assertions)

Generating code coverage report in Clover XML format ... done

Generating code coverage report in HTML format ... done

Nice looks really good! There are no Errors so it might work in Laravel 5.5 without any adjustments

@LKaemmerling
Copy link
Author

@freekmurze This is mergeable (all Tests are OK)

composer.json Outdated
@@ -22,12 +22,12 @@
],
"require": {
"php": "^5.6|^7.0",
"illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.x-dev",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.x-dev",
"illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.x-dev|~5.5.x-dev",
Copy link
Member

Choose a reason for hiding this comment

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

Mmm, why are the new deps added twice?

@freekmurze freekmurze closed this Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants