Skip to content

Commit

Permalink
feat: strutil add ? to ${\d} sql placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
kocoten1992 committed Mar 28, 2023
1 parent fabac5b commit 2389c53
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 3,069 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composer.phar
composer.lock
/vendor/

# vim
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "TALMP utility php lib",
"type": "library",
"require-dev": {
"phpunit/phpunit": "^9.5",
"psy/psysh": "^0.11.2",
"phpunit/phpunit": "^9.5.20",
"psy/psysh": "^0.11.5",
"fakerphp/faker": "^1.19"
},
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
}
},
"require": {
"voku/portable-ascii": "^2.0"
"voku/portable-ascii": "^2.0.1"
}
}
Loading

0 comments on commit 2389c53

Please sign in to comment.