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

Update composer.json #7

Merged
merged 2 commits into from
May 27, 2020
Merged

Update composer.json #7

merged 2 commits into from
May 27, 2020

Conversation

Pezhvak
Copy link
Contributor

@Pezhvak Pezhvak commented May 27, 2020

updating phpdotenv to v4, this is required working with laravel. otherwise it will throw an error as following:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for sabri/tiktok ^1.0 -> satisfiable by sabri/tiktok[v1.0].
- Conclusion: remove vlucas/phpdotenv v4.1.3
- Conclusion: don't install vlucas/phpdotenv v4.1.3
- sabri/tiktok v1.0 requires vlucas/phpdotenv ^3.6 -> satisfiable by vlucas/phpdotenv[3.6.x-dev, v3.6.0, v3.6.1, v3.6.2, v3.6.3, v3.6.4, v3.6.5].
- Can only install one of: vlucas/phpdotenv[3.6.x-dev, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.0, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.1, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.2, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.3, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.4, v4.1.3].
- Can only install one of: vlucas/phpdotenv[v3.6.5, v4.1.3].
- Installation request for vlucas/phpdotenv (locked at v4.1.3) -> satisfiable by vlucas/phpdotenv[v4.1.3].

updating phpdotenv to v4
@snuzi
Copy link
Owner

snuzi commented May 27, 2020

@Pezhvak thanks for your PR.
Can you please also change "type": "App" to "type": "library", in package.json as the CI build is complaining about the JSON schema?

changing the package type from "app" to "library" to fix circleci error
@Pezhvak
Copy link
Contributor Author

Pezhvak commented May 27, 2020

@snuzi all done, it would be great if you merge so i can use it right away, thanks you!

@snuzi snuzi merged commit a2f5972 into snuzi:master May 27, 2020
@Pezhvak Pezhvak deleted the patch-1 branch May 27, 2020 19:39
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.

None yet

2 participants