https://github.com/nathane/psalm-phar-issues-17
https://github.com/nathane/psalm-phar-issues-17
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathane/psalm-phar-issues-17
- Owner: ghostwriter
- Archived: true
- Created: 2024-03-16T21:24:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:24:10.000Z (about 2 years ago)
- Last Synced: 2024-10-20T07:32:55.793Z (over 1 year ago)
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue-17
## Setps to reproduce the issue
1. Clone the repository
2. Run the following commands in the terminal:
```bash
cd package-nikic-php-parser-5x;
composer install;
# Run the Phar file
vendor/example/coding-standard/tools/psalm --init;
```
## Expecation
- The `psalm.phar` file should be downloaded as a composer package from the `example/coding-standard` package and the `vendor/example/coding-standard/tools/psalm` should be executed successfully.