Skip to content

Commit

Permalink
Change the composer type to library for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Sep 29, 2023
1 parent 7075e2e commit f99332d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/mantle/application/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/application",
"description": "The Mantle Framework Application Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/assets/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/assets",
"description": "The Mantle Framework Asset Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/auth/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/auth",
"description": "The Mantle Framework Auth Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/blocks/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/blocks",
"description": "The Mantle Framework Blocks Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/cache/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/cache",
"description": "The Mantle Framework Cache Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/config/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/config",
"description": "The Mantle Framework Config Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/console/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/console",
"description": "The Mantle Framework Console Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/container/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/container",
"description": "The Mantle Framework Container Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/contracts/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/contracts",
"description": "The Mantle Framework Contracts Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/database/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/database",
"description": "The Mantle Framework Database Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/events/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/events",
"description": "The Mantle Framework Events Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/facade/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/facade",
"description": "The Mantle Framework Facade Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/faker/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/faker",
"description": "The Mantle Framework Faker Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/filesystem/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/filesystem",
"description": "The Mantle Framework Filesystem Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/http-client/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/http-client",
"description": "The Mantle Framework Http Client Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/wp-concurrent-remote-requests": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/http/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/http",
"description": "The Mantle Framework Http Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"illuminate/view": "^9.52.15",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/log/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/log",
"description": "The Mantle Framework Log Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/new-relic/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/new-relic",
"description": "The Mantle Framework New Relic Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/query-monitor/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/query-monitor",
"description": "The Mantle Framework Query Monitor Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/queue/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/queue",
"description": "The Mantle Framework Queue Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/rest-api/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/rest-api",
"description": "The Mantle Framework REST API Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/scheduling/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/scheduling",
"description": "The Mantle Framework Scheduling Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/support/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/support",
"description": "The Mantle Framework Support Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mantle-framework/testing",
"description": "The Mantle Framework Testing Package",
"keywords": ["testing", "mantle"],
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/testkit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mantle-framework/testkit",
"description": "The Mantle Framework Teskit Package",
"keywords": ["testing", "mantle"],
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/view/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mantle-framework/view",
"description": "The Mantle Framework View Package",
"type": "project",
"type": "library",
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
Expand Down

0 comments on commit f99332d

Please sign in to comment.