Skip to content

Commit a974299

Browse files
authored
Update version and PHPUnit dependency in composer.json
1 parent c7d2f1c commit a974299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riverside/php-orm",
33
"description": "PHP ORM micro-library and query builder",
44
"type": "library",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"keywords": ["php", "orm", "pdo", "mysql", "database"],
77
"homepage": "https://github.com/riverside/php-orm",
88
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"ext-pdo": "*"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "8"
22+
"phpunit/phpunit": "8.5.52"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)