Skip to content

Commit

Permalink
Merge pull request #2 from Chemaclass/using-class-name
Browse files Browse the repository at this point in the history
Using class name
  • Loading branch information
Chemaclass committed May 28, 2020
2 parents f5f27fc + f47772c commit dc52029
Show file tree
Hide file tree
Showing 26 changed files with 376 additions and 292 deletions.
13 changes: 0 additions & 13 deletions bootstrap.php

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -3,8 +3,10 @@
"description": "An EDIFACT file parser to extract the values from any defined segment",
"type": "library",
"keywords": [
"edi",
"edifact",
"edifile",
"un-edifact",
"parser",
"php"
],
Expand All @@ -19,11 +21,11 @@
"require": {
"ext-json": "*",
"php": "^7.4",
"sabas/edifact": "^0.4.1"
"sabas/edifact": "^0.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.4",
"phpunit/phpunit": "^9.1",
"symfony/var-dumper": "^4.3",
"vimeo/psalm": "^3.11"
},
Expand Down

0 comments on commit dc52029

Please sign in to comment.