Skip to content

Commit

Permalink
Dropping all composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 23, 2024
1 parent eb96fc5 commit 0cf9c3e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to `WP Command Palette` will be documented in this file.

## v0.1.1 - 2024-07-22

- Dropping dependencies from the `composer.json` file, as they are not needed.

## v0.1.0

- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: alleyinteractive

Tags: alleyinteractive, wp-command-palette

Stable tag: 0.1.0
Stable tag: 0.1.1

Requires at least: 6.4

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
}
],
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-type-extensions": "^2.1"
"php": "^8.1"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion wp-command-palette.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Command Palette
* Plugin URI: https://github.com/alleyinteractive/wp-command-palette
* Description: Extend the WordPress Command Palette with all the available admin menu items.
* Version: 0.1.0
* Version: 0.1.1
* Author: Sean Fisher
* Author URI: https://github.com/alleyinteractive/wp-command-palette
* Requires at least: 6.4
Expand Down

0 comments on commit 0cf9c3e

Please sign in to comment.