Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed Apr 10, 2024
1 parent 87a6111 commit fe8bb64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"require": {
"php": "^7.3|^8.0",
"illuminate/database": "^7.0|^8.40.0|^9.0|^10",
"illuminate/support": "^7.0.5|^8.0|^9.0|^10",
"illuminate/database": "^7.0|^8.40.0|^9.0|^10|^11",
"illuminate/support": "^7.0.5|^8.0|^9.0|^10|^11",
"doctrine/dbal": "^3.1"
},
"require-dev": {
Expand Down Expand Up @@ -51,4 +51,4 @@
"php --version && vendor/bin/phpunit --coverage-text --testdox"
]
}
}
}

0 comments on commit fe8bb64

Please sign in to comment.