Skip to content

Commit

Permalink
feat: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Feb 4, 2024
1 parent 1c1955d commit 20a8a03
Show file tree
Hide file tree
Showing 2 changed files with 1,604 additions and 1,239 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"require": {
"ext-pdo": "*",
"php": "^8.2",
"cycle/annotated": "^3.3",
"cycle/database": "^2.5",
"cycle/annotated": "^3.4",
"cycle/database": "^2.7",
"cycle/entity-behavior": "^1.2",
"cycle/orm": "^2.3",
"laravel/framework": "^v10.13",
"symfony/http-foundation": "^6.3",
"wayofdev/laravel-cycle-orm-adapter": "^4.0"
"cycle/orm": "^2.6",
"laravel/framework": "^v10.43",
"symfony/http-foundation": "^6.4",
"wayofdev/laravel-cycle-orm-adapter": "^4.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^8.5",
"pestphp/pest": "^2.6",
"pestphp/pest-plugin-laravel": "^2.0.0",
"ergebnis/composer-normalize": "^2.42",
"nunomaduro/larastan": "^2.8",
"orchestra/testbench": "^8.21",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-latest",
"wayofdev/cs-fixer-config": "^1.2"
},
Expand Down
Loading

0 comments on commit 20a8a03

Please sign in to comment.