Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 14, 2024
1 parent 29d82b6 commit 79ab7fa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"php": "^8.2",
"ext-soap": "*",
"ext-xsl": "*",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^10.0",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^11.0",
"monolog/monolog": "^3.5",
"nyholm/psr7": "^1.8",
"php-http/logger-plugin": "^1.3",
"php-soap/psr18-wsse-middleware": "^2.3",
"phpro/soap-client": "^3.1",
"spatie/laravel-package-tools": "^1.9.2",
"symfony/http-client": "^6.2"
"spatie/laravel-package-tools": "^1.16",
"symfony/http-client": "^6.4"
},
"require-dev": {
"laravel/pint": "^1.5",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "2.x-dev",
"pestphp/pest-plugin-laravel": "2.x-dev",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ray": "^1.9"
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.1",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ray": "^1.35"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 79ab7fa

Please sign in to comment.