Skip to content

Broken symbolic link in "php-parse" #3

@gugglegum

Description

@gugglegum

The repository contains the php-parse file, which is a symbolic link to the vendor/nikic/php-parser/bin/php-parse file. It makes sense during development when the repository is the root repository and all required dependencies are installed in the vendor folder. However, when using this package normally, it causes an invalid symbolic link to exist. And this leads to problems. For example, in Windows, when you want to copy the whole project directory using xcopy /E /I repo temp:

...
repo\php\vendor\luracast\config\.gitignore
repo\php\vendor\luracast/config.travis.yml.
repo\php\vendor\luracast/config/composer.json.
repo\php\vendor\luracast/config/composer.lock.
repo\php\vendor\luracast/config/LICENSE.txt.
repo/php/vendor/luracast/config/php-parse.
File creation error - The filename, directory name, or volume label syntax is incorrect.

... and all other files cannot be copied because of this error. Problems also occur when archiving the project in ZIP, RAR, etc.

I would like you to remove this file from the repository and create a new stable tag (e.g. 2.0.3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions