-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mati Kochen
committed
Aug 19, 2020
0 parents
commit 3a55534
Showing
4 changed files
with
2,620 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.