Skip to content

Commit

Permalink
open 8.13.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Oct 21, 2024
1 parent 5cd613c commit 17e6d6d
Show file tree
Hide file tree
Showing 32 changed files with 94 additions and 94 deletions.
10 changes: 5 additions & 5 deletions packages/Acl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-database": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-validation": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-database": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/auth": "^v11.28.1"
},
"autoload": {
Expand Down
8 changes: 4 additions & 4 deletions packages/Antivirus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": "^8.2",
"ext-sockets": "*",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-streams": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-validation": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-streams": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/events": "^v11.28.1",
"xenolope/quahog": "^3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/Audit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-database": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-database": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13"
},
"require-dev": {
"laravel/fortify": "^1.24.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/Circuits/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/Collections/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-container": "^8.12",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/collections": "^v11.28.1"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"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"
Expand Down
4 changes: 2 additions & 2 deletions packages/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"illuminate/container": "^v11.28.1"
},
"autoload": {
Expand Down
20 changes: 10 additions & 10 deletions packages/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-config": "^8.12",
"aedart/athenaeum-console": "^8.12",
"aedart/athenaeum-container": "^8.12",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-dto": "^8.12",
"aedart/athenaeum-events": "^8.12",
"aedart/athenaeum-maintenance-modes": "^8.12",
"aedart/athenaeum-service": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-config": "^8.13",
"aedart/athenaeum-console": "^8.13",
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-dto": "^8.13",
"aedart/athenaeum-events": "^8.13",
"aedart/athenaeum-maintenance-modes": "^8.13",
"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",
"psr/log": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/database": "^v11.28.1"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Dto/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-properties": "^8.12",
"aedart/athenaeum-utils": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-properties": "^8.13",
"aedart/athenaeum-utils": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ETags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-streams": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-streams": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/http": "^v11.28.1",
"ramsey/http-range": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-support": "^8.13",
"illuminate/events": "^v11.28.1"
},
"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions packages/Filters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-database": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-validation": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-database": "^8.13",
"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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/Flysystem/Db/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-container": "^8.12",
"aedart/athenaeum-database": "^8.12",
"aedart/athenaeum-streams": "^8.12",
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-database": "^8.13",
"aedart/athenaeum-streams": "^8.13",
"illuminate/console": "^v11.28.1",
"league/flysystem": "^3.29.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/Http/Api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-etags": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-validation": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-etags": "^8.13",
"aedart/athenaeum-support": "^8.13",
"aedart/athenaeum-validation": "^8.13",
"illuminate/http": "^v11.28.1",
"shrikeh/teapot": "^2.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/Http/Clients/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-container": "^8.12",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-http-cookies": "^8.12",
"aedart/athenaeum-http-messages": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-http-cookies": "^8.13",
"aedart/athenaeum-http-messages": "^8.13",
"aedart/athenaeum-support": "^8.13",
"guzzlehttp/guzzle": "^7.9.2",
"illuminate/pipeline": "^v11.28.1",
"psr/http-client": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/Http/Cookies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12"
"aedart/athenaeum-contracts": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Http/Messages/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13",
"psr/http-message": "^1.1"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Maintenance/Modes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/MimeTypes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": "^8.2",
"ext-fileinfo": "*",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Pagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12"
"aedart/athenaeum-contracts": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Properties/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-utils": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-utils": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Redmine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"aedart/athenaeum-dto": "^8.12",
"aedart/athenaeum-http-clients": "^8.12",
"aedart/athenaeum-pagination": "^8.12"
"aedart/athenaeum-dto": "^8.13",
"aedart/athenaeum-http-clients": "^8.13",
"aedart/athenaeum-pagination": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-support": "^8.12"
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-support": "^8.13"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/Streams/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-mime-types": "^8.12",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-mime-types": "^8.13",
"aedart/athenaeum-support": "^8.13",
"psr/http-message": "^1.1"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions packages/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-utils": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"aedart/athenaeum-utils": "^8.13",
"illuminate/config": "^v11.28.1",
"illuminate/support": "^v11.28.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/Testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-container": "^8.12",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-container": "^8.13",
"aedart/athenaeum-contracts": "^8.13",
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0.0",
"fakerphp/faker": "^v1.23.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "library",
"require": {
"php": "^8.2",
"aedart/athenaeum-support": "^8.12",
"aedart/athenaeum-support": "^8.13",
"illuminate/translation": "^v11.28.1",
"symfony/finder": "^7.1.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 @@ -22,7 +22,7 @@
"require": {
"php": "^8.2",
"composer-runtime-api": "^2.2.2",
"aedart/athenaeum-contracts": "^8.12",
"aedart/athenaeum-contracts": "^8.13",
"illuminate/support": "^v11.28.1",
"mockery/mockery": "1.6.*"
},
Expand Down
Loading

0 comments on commit 17e6d6d

Please sign in to comment.