From 7c89aaba46f21fd3cc3b5f52b5b5bd636f2492f5 Mon Sep 17 00:00:00 2001 From: al-saloul Date: Wed, 17 Dec 2025 14:35:56 +0300 Subject: [PATCH] chore: update author name and email --- LICENSE.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 58c9ad4..7a766d6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) :vendor_name +Copyright (c) Mohammed Alsaloul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index c86d3e8..b481971 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "license": "MIT", "authors": [ { - "name": "Al-Saloul", - "email": "author@domain.com", + "name": "Mohammed Alsaloul", + "email": "eng.alsaloul.mohammed@gmail.com", "role": "Developer" } ],