Skip to content

Commit

Permalink
Rename package to "laravel-sabhero-wrapper". (#25)
Browse files Browse the repository at this point in the history
* Rename package to "laravel-sabhero-wrapper".

Updated all references and metadata to reflect the new package name, including README, composer.json, and scripts. Added `.php-cs-fixer.cache` to `.gitignore` for better development environment management.

* Fix styling
  • Loading branch information
thejmitchener authored Jan 29, 2025
1 parent 6b58639 commit e783b20
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ php.ini
error_log
.DS_Store
/.DS_Store
.php-cs-fixer.cache
composer.lock
1 change: 0 additions & 1 deletion .php-cs-fixer.cache

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# App Wrapper Package
# SAB Hero Wrapper Package

[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/laravel-sabhero-wrapper.svg?style=flat-square)](https://packagist.org/packages/fuelviews/laravel-sabhero-wrapper)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/laravel-sabhero-wrapper/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/laravel-sabhero-wrapper/actions?query=workflow%3Arun-tests+branch%3Amain)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fuelviews/sabhero-core",
"description": "App Wrapper Package",
"name": "fuelviews/laravel-sabhero-wrapper",
"description": "SAB Hero Wrapper Package",
"keywords": [
"fuelviews",
"laravel",
"sabhero-core"
"laravel-sabhero-wrapper"
],
"homepage": "https://github.com/fuelviews/sabhero-core",
"homepage": "https://github.com/fuelviews/laravel-sabhero-wrapper",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"scripts": {
"post-autoload-dump": "@composer run prepare",
"clear": "@php vendor/bin/testbench package:purge-sabhero-core --ansi",
"clear": "@php vendor/bin/testbench package:purge-sabhero-wrapper --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
"@composer run prepare",
Expand Down
4 changes: 1 addition & 3 deletions src/SabHeroWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Fuelviews\SabHeroCore;

class SabHeroWrapper
{
}
class SabHeroWrapper {}

0 comments on commit e783b20

Please sign in to comment.