Skip to content

Commit

Permalink
Reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati Kochen committed Aug 19, 2020
0 parents commit 3a55534
Show file tree
Hide file tree
Showing 4 changed files with 2,620 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Syntax error, unexpected T_NS_SEPARATOR on line 122

## Packages used
* api-platform/core: 2.5.6
* maglnet/composer-require-checker: 2.1.0
* nikic/php-parser:4.7.0

## Reproduce issue
* `composer install`
* `vendor/bin/composer-require-checker`
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "kochen/nikic-php-parser-4.7.0",
"type": "project",
"authors": [
{
"name": "Mati Kochen",
"email": "[email protected]"
}
],
"require": {
"api-platform/core": "^2.5.6"
},
"require-dev": {
"maglnet/composer-require-checker": "^2.1.0",
"nikic/php-parser": "4.7.0"
}
}
Loading

0 comments on commit 3a55534

Please sign in to comment.