From 3fb1c6a152ecb39ec3f9e4a3c978602861ee7184 Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Mon, 25 Mar 2024 22:30:33 +0100 Subject: [PATCH] feat: drop php plugins from psh --- plugins/php/plugin.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 plugins/php/plugin.sh diff --git a/plugins/php/plugin.sh b/plugins/php/plugin.sh deleted file mode 100644 index fdd9f9c..0000000 --- a/plugins/php/plugin.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -# -# Copyright 2024 Pascal Zarrad -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -#================================================================== -# Script Name : psh-php-installer -# Description : Enables oh-my-zsh's voronkovich/phpcs.plugin.zsh plugin -# Args : - -# Author : Nico Just -# Email : nicojust@users.noreply.github.com -#================================================================== - -apply_antigen_bundle "voronkovich/phpcs.plugin.zsh" -apply_antigen_bundle "voronkovich/phpunit.plugin.zsh"