Skip to content

Commit

Permalink
chore: remove unneed version property from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
il-masaru-yamagishi committed Aug 17, 2024
1 parent 55d99c9 commit 38ed035
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 14 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"homepage": "https://heavyrain-php.github.io/rayleigh/",
"readme": "README.md",
"license": "Apache-2.0",
"version": "0.0.1",
"autoload": {
"psr-4": {
"Rayleigh\\": "src/"
Expand Down Expand Up @@ -66,6 +65,14 @@
"phpunit/phpunit": "^11.2.9",
"spiral/roadrunner-http": "^3.5.0"
},
"suggest": {
"ext-pdo_mysql": "Required for MySQL database",
"ext-protobuf": "When you use RoadRunnerHttpDispatcher, it is highly recommended for performance",
"cakephp/chronos": "Required when you use Chronos for Clock",
"monolog/monolog": "Required when you use Monolog for logging",
"nesbot/carbon": "Required when you use CarbonImmutable for Clock",
"spiral/roadrunner-http": "Required when you use RoadRunnerHttpDispatcher"
},
"scripts": {
"lint": [
"./tools/phpstan analyse src",
Expand Down
1 change: 0 additions & 1 deletion src/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/cache",
"description": "S.S.S. Rayleigh Framework - Cache Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Clock/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/clock",
"description": "S.S.S. Rayleigh Framework - Clock Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/config",
"description": "S.S.S. Rayleigh Framework - Config Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/container",
"description": "S.S.S. Rayleigh Framework - Container Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/contracts",
"description": "S.S.S. Rayleigh Framework - Contracts Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/database",
"description": "S.S.S. Rayleigh Framework - Database Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/EventDispatcher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/event-dispatcher",
"description": "S.S.S. Rayleigh Framework - EventDispatcher Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/HttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-client",
"description": "S.S.S. Rayleigh Framework - HTTP Client Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/HttpFactory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-factory",
"description": "S.S.S. Rayleigh Framework - HTTP Factory Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/HttpMessage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-message",
"description": "S.S.S. Rayleigh Framework - HTTP Message Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/HttpServer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/http-server",
"description": "S.S.S. Rayleigh Framework - HTTP Server Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/IdlOpenApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/idl-openapi",
"description": "S.S.S. Rayleigh Framework - IDL OpenAPI Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down
1 change: 0 additions & 1 deletion src/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://getcomposer.org/schema.json",
"name": "rayleigh/log",
"description": "S.S.S. Rayleigh Framework - Log Component",
"version": "0.0.1",
"type": "library",
"keywords": [
"rayleigh",
Expand Down

0 comments on commit 38ed035

Please sign in to comment.