Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Jan 14, 2024
1 parent 5823e78 commit 64c4719
Show file tree
Hide file tree
Showing 33 changed files with 127 additions and 127 deletions.
66 changes: 33 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,39 +112,39 @@
}
},
"replace": {
"aedart/athenaeum-acl": "7.30.0",
"aedart/athenaeum-antivirus": "7.30.0",
"aedart/athenaeum-audit": "7.30.0",
"aedart/athenaeum-auth": "7.30.0",
"aedart/athenaeum-circuits": "7.30.0",
"aedart/athenaeum-collections": "7.30.0",
"aedart/athenaeum-config": "7.30.0",
"aedart/athenaeum-console": "7.30.0",
"aedart/athenaeum-container": "7.30.0",
"aedart/athenaeum-contracts": "7.30.0",
"aedart/athenaeum-core": "7.30.0",
"aedart/athenaeum-database": "7.30.0",
"aedart/athenaeum-dto": "7.30.0",
"aedart/athenaeum-etags": "7.30.0",
"aedart/athenaeum-events": "7.30.0",
"aedart/athenaeum-filters": "7.30.0",
"aedart/athenaeum-flysystem-db": "7.30.0",
"aedart/athenaeum-http-api": "7.30.0",
"aedart/athenaeum-http-clients": "7.30.0",
"aedart/athenaeum-http-cookies": "7.30.0",
"aedart/athenaeum-http-messages": "7.30.0",
"aedart/athenaeum-maintenance-modes": "7.30.0",
"aedart/athenaeum-mime-types": "7.30.0",
"aedart/athenaeum-pagination": "7.30.0",
"aedart/athenaeum-properties": "7.30.0",
"aedart/athenaeum-redmine": "7.30.0",
"aedart/athenaeum-service": "7.30.0",
"aedart/athenaeum-streams": "7.30.0",
"aedart/athenaeum-support": "7.30.0",
"aedart/athenaeum-testing": "7.30.0",
"aedart/athenaeum-translation": "7.30.0",
"aedart/athenaeum-utils": "7.30.0",
"aedart/athenaeum-validation": "7.30.0"
"aedart/athenaeum-acl": "7.30.1",
"aedart/athenaeum-antivirus": "7.30.1",
"aedart/athenaeum-audit": "7.30.1",
"aedart/athenaeum-auth": "7.30.1",
"aedart/athenaeum-circuits": "7.30.1",
"aedart/athenaeum-collections": "7.30.1",
"aedart/athenaeum-config": "7.30.1",
"aedart/athenaeum-console": "7.30.1",
"aedart/athenaeum-container": "7.30.1",
"aedart/athenaeum-contracts": "7.30.1",
"aedart/athenaeum-core": "7.30.1",
"aedart/athenaeum-database": "7.30.1",
"aedart/athenaeum-dto": "7.30.1",
"aedart/athenaeum-etags": "7.30.1",
"aedart/athenaeum-events": "7.30.1",
"aedart/athenaeum-filters": "7.30.1",
"aedart/athenaeum-flysystem-db": "7.30.1",
"aedart/athenaeum-http-api": "7.30.1",
"aedart/athenaeum-http-clients": "7.30.1",
"aedart/athenaeum-http-cookies": "7.30.1",
"aedart/athenaeum-http-messages": "7.30.1",
"aedart/athenaeum-maintenance-modes": "7.30.1",
"aedart/athenaeum-mime-types": "7.30.1",
"aedart/athenaeum-pagination": "7.30.1",
"aedart/athenaeum-properties": "7.30.1",
"aedart/athenaeum-redmine": "7.30.1",
"aedart/athenaeum-service": "7.30.1",
"aedart/athenaeum-streams": "7.30.1",
"aedart/athenaeum-support": "7.30.1",
"aedart/athenaeum-testing": "7.30.1",
"aedart/athenaeum-translation": "7.30.1",
"aedart/athenaeum-utils": "7.30.1",
"aedart/athenaeum-validation": "7.30.1"
},
"scripts": {
"post-install-cmd": [
Expand Down
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-database": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-validation": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-database": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"aedart/athenaeum-validation": "^7.30.1",
"illuminate/auth": "v10.40.0"
},
"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.1.22",
"ext-sockets": "*",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-streams": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-validation": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-streams": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-validation": "^7.30.1",
"illuminate/events": "v10.40.0",
"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.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-database": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-database": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1"
},
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1"
},
"require-dev": {
"laravel/fortify": "^1.19.1"
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/cache": "v10.40.0",
"illuminate/events": "v10.40.0"
},
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-container": "^7.31",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-container": "^7.30.1",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/collections": "v10.40.0"
},
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/config": "v10.40.0",
"illuminate/filesystem": "v10.40.0"
},
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"dragonmantank/cron-expression": "^3.3.3",
"illuminate/cache": "v10.40.0",
"illuminate/console": "v10.40.0"
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"illuminate/container": "v10.40.0"
},
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-config": "^7.31",
"aedart/athenaeum-console": "^7.31",
"aedart/athenaeum-container": "^7.31",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-dto": "^7.31",
"aedart/athenaeum-events": "^7.31",
"aedart/athenaeum-maintenance-modes": "^7.31",
"aedart/athenaeum-service": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-config": "^7.30.1",
"aedart/athenaeum-console": "^7.30.1",
"aedart/athenaeum-container": "^7.30.1",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-dto": "^7.30.1",
"aedart/athenaeum-events": "^7.30.1",
"aedart/athenaeum-maintenance-modes": "^7.30.1",
"aedart/athenaeum-service": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/cache": "v10.40.0",
"illuminate/filesystem": "v10.40.0",
"psr/log": "^3.0.0",
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/database": "v10.40.0"
},
"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.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-properties": "^7.31",
"aedart/athenaeum-utils": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-properties": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1"
},
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-streams": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-streams": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"illuminate/http": "v10.40.0",
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-support": "^7.30.1",
"illuminate/events": "v10.40.0"
},
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-database": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-utils": "^7.31",
"aedart/athenaeum-validation": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-database": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1",
"aedart/athenaeum-validation": "^7.30.1",
"illuminate/http": "v10.40.0",
"illuminate/pipeline": "v10.40.0"
},
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-container": "^7.31",
"aedart/athenaeum-database": "^7.31",
"aedart/athenaeum-streams": "^7.31",
"aedart/athenaeum-container": "^7.30.1",
"aedart/athenaeum-database": "^7.30.1",
"aedart/athenaeum-streams": "^7.30.1",
"illuminate/console": "v10.40.0",
"league/flysystem": "^3.23.0"
},
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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-etags": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-validation": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-etags": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"aedart/athenaeum-validation": "^7.30.1",
"illuminate/http": "v10.40.0",
"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 @@
],
"require": {
"php": "^8.1.22",
"aedart/athenaeum-container": "^7.31",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-http-cookies": "^7.31",
"aedart/athenaeum-http-messages": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-container": "^7.30.1",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-http-cookies": "^7.30.1",
"aedart/athenaeum-http-messages": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"guzzlehttp/guzzle": "^7.8.1",
"illuminate/pipeline": "v10.40.0",
"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.1.22",
"aedart/athenaeum-contracts": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1"
},
"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.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31",
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1",
"psr/http-message": "^1.1.0"
},
"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.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1"
},
"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.1.22",
"ext-fileinfo": "*",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-support": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-support": "^7.30.1"
},
"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.1.22",
"aedart/athenaeum-contracts": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1"
},
"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.1.22",
"aedart/athenaeum-contracts": "^7.31",
"aedart/athenaeum-utils": "^7.31"
"aedart/athenaeum-contracts": "^7.30.1",
"aedart/athenaeum-utils": "^7.30.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 64c4719

Please sign in to comment.