Skip to content

Commit

Permalink
Define ver.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
il-masaru-yamagishi committed Aug 4, 2024
1 parent f272e94 commit 53b85d7
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://heavyrain-php.github.io/rayleigh/",
"readme": "README.md",
"license": "Apache-2.0",
"version": "0.0.3",
"version": "0.0.1",
"autoload": {
"psr-4": {
"Rayleigh\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/cache",
"description": "S.S.S. Rayleigh Framework - Cache Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Clock/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/clock",
"description": "S.S.S. Rayleigh Framework - Clock Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/config",
"description": "S.S.S. Rayleigh Framework - Config Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/container",
"description": "S.S.S. Rayleigh Framework - Container Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/contracts",
"description": "S.S.S. Rayleigh Framework - Contracts Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/database",
"description": "S.S.S. Rayleigh Framework - Database Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-client",
"description": "S.S.S. Rayleigh Framework - HTTP Client Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpFactory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-factory",
"description": "S.S.S. Rayleigh Framework - HTTP Factory Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpMessage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-message",
"description": "S.S.S. Rayleigh Framework - HTTP Message Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpServer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-server",
"description": "S.S.S. Rayleigh Framework - HTTP Server Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/IdlOpenApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/idl-openapi",
"description": "S.S.S. Rayleigh Framework - IDL OpenAPI Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
2 changes: 1 addition & 1 deletion src/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/log",
"description": "S.S.S. Rayleigh Framework - Log Component",
"version": "0.0.3",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down

0 comments on commit 53b85d7

Please sign in to comment.