Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsgod committed Apr 8, 2022
1 parent be0b599 commit a3a3eb1
Show file tree
Hide file tree
Showing 4 changed files with 2,275 additions and 10 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.0 || ^8.0",
"ext-pdo": "*",
"mathsgod/data-structure": "~1.0.1",
"psr/log": "^1.1"
"mathsgod/data-structure": "^1.3",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "^9.5"
},
"type": "library",
"license": "proprietary",
Expand All @@ -29,4 +29,4 @@
"name": "Raymond Chong"
}
]
}
}
Loading

0 comments on commit a3a3eb1

Please sign in to comment.