Skip to content

Commit b27bff7

Browse files
committed
:octocat: PHP 8.2+
1 parent eeca7cb commit b27bff7

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

composer.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chillerlan/php-database",
3-
"description": "An extensible database wrapper and query builder for PHP 7.4+",
3+
"description": "An extensible database wrapper and query builder.",
44
"homepage": "https://github.com/chillerlan/php-database",
55
"license": "MIT",
66
"type": "library",
@@ -22,29 +22,28 @@
2222
"source": "https://github.com/chillerlan/php-database"
2323
},
2424
"require": {
25-
"php": "^8.1",
25+
"php": "^8.2",
2626
"ext-json": "*",
2727
"ext-mbstring": "*",
28-
"chillerlan/php-settings-container": "^3.0",
29-
"psr/simple-cache": "^1.0",
28+
"chillerlan/php-settings-container": "^3.2.1",
29+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
3030
"psr/log": "^1.1 || ^2.0 || ^3.0"
3131
},
3232
"require-dev": {
33-
"chillerlan/php-dotenv": "^2.1.2",
34-
"chillerlan/php-cache": "dev-main#fca6963aefb689b333c511e3807809b9f88e0c0d",
35-
"monolog/monolog": "^3.3",
36-
"phan/phan": "^5.4",
37-
"phpunit/phpunit": "^10.0"
33+
"chillerlan/php-dotenv": "^3.0",
34+
"chillerlan/php-cache": "^5.1",
35+
"monolog/monolog": "^3.7",
36+
"phan/phan": "^5.4.5",
37+
"phpunit/phpunit": "^11.3"
3838
},
3939
"autoload": {
4040
"psr-4": {
41-
"chillerlan\\Database\\": "src/"
41+
"chillerlan\\Database\\": "src"
4242
}
4343
},
4444
"autoload-dev": {
4545
"psr-4": {
46-
"chillerlan\\DatabaseTest\\": "tests/",
47-
"chillerlan\\DatabaseExample\\": "examples/"
46+
"chillerlan\\DatabaseTest\\": "tests"
4847
}
4948
},
5049
"scripts": {

0 commit comments

Comments
 (0)