Skip to content

Commit

Permalink
Updated for Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Jul 14, 2021
1 parent ab4e3b0 commit a065985
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,8 @@

# Bluecadet's Google Custom Search Engine

## Changelog

### 8.x-1.0.5

- Updated dependencies so we can use Composer v2
2 changes: 1 addition & 1 deletion bluecadet_gcse.info.yml
Expand Up @@ -2,7 +2,7 @@ type: module
name: Bluecadet's Google Custom Search Engine
description: 'Adds searching through Google Custom Search Engine.'
package: Bluecadet
version: '8.x-1.0.4'
version: '8.x-1.1.0'
core: 8.x

configure: gcse.search_settings
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -11,7 +11,8 @@
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"php": "^5.3.3 || ^7.0",
"composer/installers": "^1.0@dev"
"php": "^7.0",
"composer/installers": "^1.9",
"oomphinc/composer-installers-extender": "^2.0"
}
}
}

0 comments on commit a065985

Please sign in to comment.