Skip to content

Fix error in composer.json#42

Merged
dmitrirussu merged 1 commit intodmitrirussu:masterfrom
pemedina:patch-1
Jun 15, 2024
Merged

Fix error in composer.json#42
dmitrirussu merged 1 commit intodmitrirussu:masterfrom
pemedina:patch-1

Conversation

@pemedina
Copy link
Copy Markdown
Contributor

There's a missing trailing comma in composer.json that prevents installing the package.

Parse error on line 27:
.../phpunit": "^8.3"		"ext-bcmath": "*",
---------------------^
Expected one of: 'EOF', '}', ':', ',', ']'

This PR fix it.

There's a missing trailing comma in composer.json that prevents installing the package.

Parse error on line 27:
.../phpunit": "^8.3"		"ext-bcmath": "*",
---------------------^
Expected one of: 'EOF', '}', ':', ',', ']'


This PR fix it.
@dmitrirussu dmitrirussu merged commit e6a5426 into dmitrirussu:master Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants