Skip to content

Commit

Permalink
Switch to merged composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 22, 2024
1 parent 044af1f commit 9b77661
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "lastdragon-ru/lara-asp",
"homepage": "https://github.com/LastDragon-ru/lara-asp",
"description": "The Awesome Set of Packages for Laravel.",
"readme": "README.md",
"license": "MIT",
"type": "library",
"keywords": [
Expand Down Expand Up @@ -99,8 +98,25 @@
"autoload": {
"exclude-from-classmap": [
"dev/**.php",
"packages/*/src/**Test.php",
"packages/*/src/Testing/**.php",
"packages/core/src/**Test.php",
"packages/core/src/Testing/**.php",
"packages/documentator/src/**Test.php",
"packages/documentator/src/Testing/**.php",
"packages/eloquent/src/**Test.php",
"packages/eloquent/src/Testing/**.php",
"packages/formatter/src/**Test.php",
"packages/formatter/src/Testing/**.php",
"packages/graphql-printer/src/**Test.php",
"packages/graphql-printer/src/Testing/**.php",
"packages/graphql/src/**Test.php",
"packages/graphql/src/Testing/**.php",
"packages/migrator/src/**Test.php",
"packages/migrator/src/Testing/**.php",
"packages/serializer/src/**Test.php",
"packages/serializer/src/Testing/**.php",
"packages/spa/src/**Test.php",
"packages/spa/src/Testing/**.php",
"packages/testing/src/**Test.php",
"packages/testing/src/Package/**.php"
],
"files": [
Expand All @@ -112,8 +128,8 @@
"LastDragon_ru\\LaraASP\\Documentator\\": "packages/documentator/src/",
"LastDragon_ru\\LaraASP\\Eloquent\\": "packages/eloquent/src/",
"LastDragon_ru\\LaraASP\\Formatter\\": "packages/formatter/src/",
"LastDragon_ru\\LaraASP\\GraphQL\\": "packages/graphql/src/",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\": "packages/graphql-printer/src/",
"LastDragon_ru\\LaraASP\\GraphQL\\": "packages/graphql/src/",
"LastDragon_ru\\LaraASP\\Migrator\\": "packages/migrator/src/",
"LastDragon_ru\\LaraASP\\Serializer\\": "packages/serializer/src/",
"LastDragon_ru\\LaraASP\\Spa\\": "packages/spa/src/",
Expand All @@ -122,8 +138,17 @@
},
"autoload-dev": {
"exclude-from-classmap": [
"packages/*/docs",
"dev/**.php"
"dev/**.php",
"packages/core/docs/",
"packages/documentator/docs/",
"packages/eloquent/docs/",
"packages/formatter/docs/",
"packages/graphql-printer/docs/",
"packages/graphql/docs/",
"packages/migrator/docs/",
"packages/serializer/docs/",
"packages/spa/docs/",
"packages/testing/docs/"
],
"psr-4": {
"Larastan\\Larastan\\": "dev/Larastan",
Expand All @@ -133,8 +158,8 @@
"LastDragon_ru\\LaraASP\\Documentator\\Docs\\": "packages/documentator/docs",
"LastDragon_ru\\LaraASP\\Eloquent\\Docs\\": "packages/eloquent/docs",
"LastDragon_ru\\LaraASP\\Formatter\\Docs\\": "packages/formatter/docs",
"LastDragon_ru\\LaraASP\\GraphQL\\Docs\\": "packages/graphql/docs",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Docs\\": "packages/graphql-printer/docs",
"LastDragon_ru\\LaraASP\\GraphQL\\Docs\\": "packages/graphql/docs",
"LastDragon_ru\\LaraASP\\Migrator\\Docs\\": "packages/migrator/docs",
"LastDragon_ru\\LaraASP\\Serializer\\Docs\\": "packages/serializer/docs",
"LastDragon_ru\\LaraASP\\Spa\\Docs\\": "packages/spa/docs",
Expand Down

0 comments on commit 9b77661

Please sign in to comment.