Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Fix lang generation caused by missleading test case#38

Merged
martinlindhe merged 12 commits into
martinlindhe:masterfrom
roseffendi:master
Dec 25, 2017
Merged

Fix lang generation caused by missleading test case#38
martinlindhe merged 12 commits into
martinlindhe:masterfrom
roseffendi:master

Conversation

@roseffendi

@roseffendi roseffendi commented Dec 24, 2017

Copy link
Copy Markdown
Contributor

I made a mistake in my previous pull request #37 . My missleading test has caused wrong generation.

This PR fix that problem and also update phpunit dependency to latest version because the phpunit used before has some deprecated function in php 7.2

I've revert back to previous phpunit version but the lock file still require php ^7.0. Apparently it was because "illuminate/support" require "doctrine/inflector": "~1.1" and composer gave "doctrine/inflector": "1.2.0" which is require php ^7.0.

@martinlindhe

martinlindhe commented Dec 24, 2017

Copy link
Copy Markdown
Owner

Hi again and thanks for following up :-)

Is the composer.lock changes necessary? It seems they are breaking in travis on some supported php versions at the moment, and reverting these should make it pass again.

@martinlindhe

Copy link
Copy Markdown
Owner

Thank you very much for this!

@martinlindhe martinlindhe merged commit 84e1dcc into martinlindhe:master Dec 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants