Skip to content

Commit

Permalink
enable timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdipaolo committed Feb 25, 2024
1 parent f5432d6 commit bbca16f
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 958 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vendor/
.idea/
vendor
.idea
tests/database.sqlite
.phpunit.cache/
1 change: 0 additions & 1 deletion .phpunit.cache/test-results

This file was deleted.

5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=8.2",
"marcosdipaolo/session": "^1.0",
"ext-pdo": "*",
"psy/psysh": "@stable"
"ext-pdo": "*"
},
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit bbca16f

Please sign in to comment.