K
K
Konstantin B.2018-06-11 10:33:51
Composer
Konstantin B., 2018-06-11 10:33:51

How to get files from the master branch using composer?

The project uses the laravel-plupload photo upload package , and it has a bug when working through PHP 7.2 with the sizeof function.
The problem is that there is a fix for this bug, but when I install this package, I install an old version in which this bug is still there. I set the PHP version to 7.2, registered it in composer.json, indicated the package version as [email protected], but nothing has changed

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-06-11
@Kostik_1993

"require": {
    "jildertmiedema/laravel-plupload": "dev-master#e01ff89"
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question