Skip to content

Commit

Permalink
Merge pull request #13 from brnbio/main
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidfelix authored Aug 27, 2022
2 parents a646ba8 + 0b4c227 commit 1dcfe44
Show file tree
Hide file tree
Showing 4 changed files with 1,642 additions and 1,195 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}
}
Binary file modified builds/ploi
Binary file not shown.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^7.4|^8.0"
"php": "^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5.5",
"illuminate/http": "^8.0",
"laravel-zero/framework": "^8.0",
"guzzlehttp/guzzle": "^7.4",
"illuminate/http": "^9.0",
"laravel-zero/framework": "^9.0",
"mockery/mockery": "^1.4.2",
"nunomaduro/laravel-console-menu": "^3.1",
"phpunit/phpunit": "^9.3",
"nunomaduro/laravel-console-menu": "^3.3",
"phpunit/phpunit": "^9.5",
"symfony/yaml": "^5.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit 1dcfe44

Please sign in to comment.