From 2660941d24c74da77ea8e5e05572df43849e32bd Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 21 Jun 2026 20:34:03 -0400 Subject: [PATCH] Update homepage URLs in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 33d2951..75b5c04 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "flightphp/core", "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. This is the maintained fork of mikecao/flight", - "homepage": "http://flightphp.com", + "homepage": "https://docs.flightphp.com", "license": "MIT", "authors": [ { @@ -13,7 +13,7 @@ { "name": "Franyer Sánchez", "email": "franyeradriansanchez@gmail.com", - "homepage": "https://faslatam.42web.io", + "homepage": "https://github.com/fadrian06", "role": "Maintainer" }, {