Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Service update
  • Loading branch information
aedart committed Oct 29, 2024
1 parent a4a3ec0 commit a7b09f1
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/Acl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/auth": "^v11.28.1"
"illuminate/auth": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Antivirus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aedart/athenaeum-streams": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/events": "^v11.28.1",
"illuminate/events": "^v11.29.0",
"xenolope/quahog": "^3.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"aedart/athenaeum-support": "^8.13"
},
"require-dev": {
"laravel/fortify": "^1.24.2"
"laravel/fortify": "^1.24.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Circuits/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/cache": "^v11.28.1",
"illuminate/events": "^v11.28.1"
"illuminate/cache": "^v11.29.0",
"illuminate/events": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Collections/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/collections": "^v11.28.1"
"illuminate/collections": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/config": "^v11.28.1",
"illuminate/filesystem": "^v11.28.1"
"illuminate/config": "^v11.29.0",
"illuminate/filesystem": "^v11.29.0"
},
"require-dev": {
"nette/neon": "^3.4.4",
"symfony/yaml": "^v7.1.5",
"symfony/yaml": "^v7.1.6",
"yosymfony/toml": "^1.0.4"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"dragonmantank/cron-expression": "^3.4.0",
"illuminate/cache": "^v11.28.1",
"illuminate/console": "^v11.28.1"
"illuminate/cache": "^v11.29.0",
"illuminate/console": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"illuminate/container": "^v11.28.1"
"illuminate/container": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "library",
"require": {
"php": "^8.2",
"illuminate/contracts": "^v11.28.1"
"illuminate/contracts": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions packages/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"aedart/athenaeum-service": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/cache": "^v11.28.1",
"illuminate/filesystem": "^v11.28.1",
"illuminate/cache": "^v11.29.0",
"illuminate/filesystem": "^v11.29.0",
"psr/log": "^3.0.2",
"symfony/console": "^v7.1.5",
"symfony/console": "^v7.1.6",
"vlucas/phpdotenv": "^5.6.1"
},
"require-dev": {
"symfony/var-dumper": "^v7.1.5"
"symfony/var-dumper": "^v7.1.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/database": "^v11.28.1"
"illuminate/database": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ETags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aedart/athenaeum-streams": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/http": "^v11.28.1",
"illuminate/http": "^v11.29.0",
"ramsey/http-range": "^1.1.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"aedart/athenaeum-support": "^8.13",
"illuminate/events": "^v11.28.1"
"illuminate/events": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Filters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/http": "^v11.28.1",
"illuminate/pipeline": "^v11.28.1"
"illuminate/http": "^v11.29.0",
"illuminate/pipeline": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Flysystem/Db/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-database": "^8.13",
"aedart/athenaeum-streams": "^8.13",
"illuminate/console": "^v11.28.1",
"illuminate/console": "^v11.29.0",
"league/flysystem": "^3.29.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Http/Api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aedart/athenaeum-etags": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/http": "^v11.28.1",
"illuminate/http": "^v11.29.0",
"shrikeh/teapot": "^2.3.1"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Http/Clients/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"aedart/athenaeum-http-messages": "^8.13",
"aedart/athenaeum-support": "^8.13",
"guzzlehttp/guzzle": "^7.9.2",
"illuminate/pipeline": "^v11.28.1",
"illuminate/pipeline": "^v11.29.0",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.1.0",
"psr/http-message": "^1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/config": "^v11.28.1",
"illuminate/support": "^v11.28.1"
"illuminate/config": "^v11.29.0",
"illuminate/support": "^v11.29.0"
},
"require-dev": {
"predis/predis": "^2.2.2",
"symfony/console": "^v7.1.5",
"symfony/console": "^v7.1.6",
"twig/twig": "^3.14.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0.0",
"fakerphp/faker": "^v1.23.1",
"illuminate/testing": "^v11.28.1",
"illuminate/testing": "^v11.29.0",
"mockery/mockery": "1.6.*",
"orchestra/testbench": "^v9.5.2",
"orchestra/testbench-dusk": "^v9.8.0"
"orchestra/testbench-dusk": "^v9.8.1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": "^8.2",
"aedart/athenaeum-support": "^8.13",
"illuminate/translation": "^v11.28.1",
"symfony/finder": "^7.1.4"
"illuminate/translation": "^v11.29.0",
"symfony/finder": "^7.1.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Utils/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^8.2",
"composer-runtime-api": "^2.2.2",
"aedart/athenaeum-contracts": "^8.13",
"illuminate/support": "^v11.28.1",
"illuminate/support": "^v11.29.0",
"mockery/mockery": "1.6.*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/validation": "^v11.28.1"
"illuminate/validation": "^v11.29.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a7b09f1

Please sign in to comment.