Skip to content

Commit

Permalink
Merge pull request #5 from teamgantt/chore/bump-psr-log-version
Browse files Browse the repository at this point in the history
Chore: bump psr/log and php versions
  • Loading branch information
gitwilliam authored Oct 22, 2024
2 parents d939764 + faf9647 commit 4ba6067
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 159 deletions.
52 changes: 27 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
{
"name": "teamgantt/user-sync",
"description": "Sync user data with external stores",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Brian Scaturro",
"email": "scaturrob@gmail.com"
}
],
"autoload": {
"psr-4": {
"TeamGantt\\UserSync\\": ["src/"]
}
},
"require": {
"php": ">=7.0",
"psr/log": "^1.1"
},
"require-dev": {
"aws/aws-sdk-php": "^3.217",
"kahlan/kahlan": "^5.0"
},
"scripts": {
"test": "kahlan"
"name": "teamgantt/user-sync",
"description": "Sync user data with external stores",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Brian Scaturro",
"email": "scaturrob@gmail.com"
}
],
"autoload": {
"psr-4": {
"TeamGantt\\UserSync\\": [
"src/"
]
}
},
"require": {
"php": ">=8.0",
"psr/log": "^3.0.2"
},
"require-dev": {
"aws/aws-sdk-php": "^3.217",
"kahlan/kahlan": "^5.0"
},
"scripts": {
"test": "kahlan"
}
}
Loading

0 comments on commit 4ba6067

Please sign in to comment.