Skip to content

Commit

Permalink
Merge pull request #33 from chswx/develop
Browse files Browse the repository at this point in the history
PHP 8 support
  • Loading branch information
jaredwsmith authored Nov 21, 2022
2 parents 147fc61 + a258637 commit ccac520
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 95 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
"name": "chswx/ldm-ingest",
"description": "Receives products from Unidata's LDM and parses them into JSON, which can then be reused in many, many wonderful ways.",
"require": {
"danielmewes/php-rql": "^2.2",
"danielmewes/php-rql": "dev-master",
"monolog/monolog": "^2.0",
"vlucas/phpdotenv": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:chswx/php-rql"
}
],
"autoload": {
"psr-4": {
"chswx\\LDMIngest\\": "src/",
Expand All @@ -24,4 +30,4 @@
"email": "[email protected]"
}
]
}
}
Loading

0 comments on commit ccac520

Please sign in to comment.