Skip to content

Commit

Permalink
Up dependencies, up min php to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Dec 26, 2021
1 parent c6b56bf commit 24e9cd1
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 122 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"alexpts/php-hydrator": "^4.0",
"psr/container": "^1.1"
"php": "^8.1",
"psr/container": "^2.0",
"alexpts/php-hydrator": "^5.0"
},
"require-dev": {
"fzaninotto/faker": "dev-master",
"phpunit/phpunit": "^9.5",
"blackfire/php-sdk": "^1.25"
"blackfire/php-sdk": "^1.28"
},
"autoload": {
"psr-4": {
"PTS\\DataTransformer\\": "src"
}
},
"scripts": {
"test": "vendor/bin/phpunit --config=test/phpunit.xml"
}
}
Loading

0 comments on commit 24e9cd1

Please sign in to comment.