Browse Source

Bump version to 2.1.0-nightly

Daniel Rudolf 6 years ago
parent
commit
3eab6c58d0
2 changed files with 6 additions and 6 deletions
  1. 3 3
      composer.json
  2. 3 3
      lib/Pico.php

+ 3 - 3
composer.json

@@ -28,7 +28,7 @@
     "require": {
     "require": {
         "php": ">=5.3.6",
         "php": ">=5.3.6",
         "ext-dom": "*",
         "ext-dom": "*",
-        "twig/twig": "^1.35",
+        "twig/twig": "^1.36",
         "symfony/yaml" : "^2.8",
         "symfony/yaml" : "^2.8",
         "erusev/parsedown": "~1.8.0|1.8.0@beta",
         "erusev/parsedown": "~1.8.0|1.8.0@beta",
         "erusev/parsedown-extra": "~0.8.0|0.8.0@beta"
         "erusev/parsedown-extra": "~0.8.0|0.8.0@beta"
@@ -39,8 +39,8 @@
         "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager."
         "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager."
     },
     },
     "require-dev" : {
     "require-dev" : {
-        "phpdocumentor/phpdocumentor": "^2.8",
-        "squizlabs/php_codesniffer": "^2.4"
+        "phpdocumentor/phpdocumentor": "^2.9",
+        "squizlabs/php_codesniffer": "^2.9"
     },
     },
     "autoload": {
     "autoload": {
         "psr-0": {
         "psr-0": {

+ 3 - 3
lib/Pico.php

@@ -40,7 +40,7 @@
  * @author  Daniel Rudolf
  * @author  Daniel Rudolf
  * @link    http://picocms.org
  * @link    http://picocms.org
  * @license http://opensource.org/licenses/MIT The MIT License
  * @license http://opensource.org/licenses/MIT The MIT License
- * @version 2.0
+ * @version 2.1
  */
  */
 class Pico
 class Pico
 {
 {
@@ -49,14 +49,14 @@ class Pico
      *
      *
      * @var string
      * @var string
      */
      */
-    const VERSION = '2.0.5-beta.1';
+    const VERSION = '2.1.0-nightly';
 
 
     /**
     /**
      * Pico version ID
      * Pico version ID
      *
      *
      * @var int
      * @var int
      */
      */
-    const VERSION_ID = 20005;
+    const VERSION_ID = 20100;
 
 
     /**
     /**
      * Pico API version
      * Pico API version