2 Commits

Author SHA1 Message Date
  Guilherme Capanema de Barros 3f8f2e6e6f Version 6.4.0 4 years ago
  Guilherme Capanema de Barros 11f09c00f1 Add support for PHP8 4 years ago
2 changed files with 3 additions and 3 deletions
Unified View
  1. +2
    -2
      composer.json
  2. +1
    -1
      plate.php

+ 2
- 2
composer.json View File

@ -24,14 +24,14 @@
} }
], ],
"require": { "require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.4-dev"
"dev-master": "6.5-dev"
} }
}, },
"minimum-stability": "dev", "minimum-stability": "dev",


+ 1
- 1
plate.php View File

@ -14,7 +14,7 @@
* Description: A theme support plugin for WordPlate. * Description: A theme support plugin for WordPlate.
* Author: WordPlate * Author: WordPlate
* Author URI: https://wordplate.github.io/ * Author URI: https://wordplate.github.io/
* Version: 6.3.0
* Version: 6.4.0
* Plugin URI: https://git.horizontes.info/capanema/plate * Plugin URI: https://git.horizontes.info/capanema/plate
*/ */


Loading…
Cancel
Save