Skip to content

Commit

Permalink
Merge pull request #11 from JaroslawZielinski/feature/little-fix-refa…
Browse files Browse the repository at this point in the history
…ctor

Feature/little fix refactor
  • Loading branch information
JaroslawZielinski authored Mar 13, 2024
2 parents 9c802c6 + 60abab9 commit 21bf124
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 @@ -12,11 +12,11 @@
"require": {
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": ">=6.5.5 <8.0",
"psr/log": ">=1.1",
"monolog/monolog": ">=1.x",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"monolog/monolog": "^1.0 || ^2.0",
"ext-json": "*",
"ext-sqlite3": "*",
"jaroslawzielinski/sqlite3-database-class": ">=1.x"
"jaroslawzielinski/sqlite3-database-class": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 21bf124

Please sign in to comment.