Skip to content

Commit

Permalink
Version 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancooley committed Aug 31, 2023
1 parent 31a8661 commit f55c401
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "processmaker/nayra",
"description": "BPMN compliant engine",
"version": "1.9.4",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"ProcessMaker\\": "src/ProcessMaker/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Feature\\": "tests/Feature/",
"ProcessMaker\\": [
"src/ProcessMaker/",
"tests/unit/ProcessMaker/",
"tests/ProcessMaker/"
]
}
},
"scripts": {
"test": "phpunit",
"coverage": "phpunit -d memory_limit=-1 --coverage-html coverage"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
}
"name": "processmaker/nayra",
"description": "BPMN compliant engine",
"version": "1.9.5",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"ProcessMaker\\": "src/ProcessMaker/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Feature\\": "tests/Feature/",
"ProcessMaker\\": [
"src/ProcessMaker/",
"tests/unit/ProcessMaker/",
"tests/ProcessMaker/"
]
}
},
"scripts": {
"test": "phpunit",
"coverage": "phpunit -d memory_limit=-1 --coverage-html coverage"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
}
}

0 comments on commit f55c401

Please sign in to comment.