Skip to content

Commit

Permalink
Support for Laravel 5,6,7,8,9,10
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMurumba committed Mar 20, 2023
1 parent ac1169d commit 4f56457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
],
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^7.0.1"
"php": "^7.1|^8.0|^8.1",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/InstallHostpinnaclePackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function the_install_command_copies_the_configuration()
}

/**
*
* @test
*
* @return void
*/
Expand Down

0 comments on commit 4f56457

Please sign in to comment.