Skip to content

Commit

Permalink
fix getColumnListing
Browse files Browse the repository at this point in the history
  • Loading branch information
boivinj committed Jan 23, 2023
1 parent 79c81b1 commit 60e726d
Show file tree
Hide file tree
Showing 2 changed files with 1,711 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
],
"license": "MIT",
"authors": [
{
"name": "Maxime Rault",
"role": "Developer"
}
{
"name": "Maxime Rault",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "^8.0"
"php": "^8.0|^8.1|^8.2",
"illuminate/database": "^9.4"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Cooperl\\DB2\\": "src/"
}
"psr-4": {
"Cooperl\\DB2\\": "src/"
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 60e726d

Please sign in to comment.