Skip to content

Commit bbca16f

Browse files
committed
enable timestamps
1 parent f5432d6 commit bbca16f

File tree

7 files changed

+194
-958
lines changed

7 files changed

+194
-958
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
vendor/
2-
.idea/
1+
vendor
2+
.idea
3+
tests/database.sqlite
4+
.phpunit.cache/

.phpunit.cache/test-results

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2",
12+
"php": ">=8.2",
1313
"marcosdipaolo/session": "^1.0",
14-
"ext-pdo": "*",
15-
"psy/psysh": "@stable"
14+
"ext-pdo": "*"
1615
},
1716
"license": "MIT",
1817
"autoload": {

0 commit comments

Comments
 (0)