Browse Source

Update controller.

pull/3/merge
Ned Zimmerman 7 years ago
parent
commit
18686fc8c5
  1. 0
      app/controllers/About.php
  2. 0
      app/controllers/App.php
  3. 0
      app/controllers/Home.php
  4. 2
      composer.json
  5. 131
      composer.lock

0
resources/controllers/About.php → app/controllers/About.php

0
resources/controllers/App.php → app/controllers/App.php

0
resources/controllers/Home.php → app/controllers/Home.php

2
composer.json

@ -31,7 +31,7 @@
"composer/installers": "~1.0", "composer/installers": "~1.0",
"illuminate/support": "~5.4", "illuminate/support": "~5.4",
"roots/sage-lib": "~9.0.0-beta.4", "roots/sage-lib": "~9.0.0-beta.4",
"soberwp/controller": "dev-master" "soberwp/controller": "~9.0.0-beta.4"
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^2.8.0", "squizlabs/php_codesniffer": "^2.8.0",

131
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9a56b0654d7dff65e2aebe6ed81833f3", "content-hash": "dff0ad9351f0ed99a3ef9264d114d4f5",
"packages": [ "packages": [
{ {
"name": "brain/hierarchy", "name": "brain/hierarchy",
@ -64,16 +64,16 @@
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045" "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045", "url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
"reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045", "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -119,6 +119,7 @@
"Hurad", "Hurad",
"ImageCMS", "ImageCMS",
"Kanboard", "Kanboard",
"Lan Management System",
"MODX Evo", "MODX Evo",
"Mautic", "Mautic",
"Maya", "Maya",
@ -142,6 +143,7 @@
"croogo", "croogo",
"dokuwiki", "dokuwiki",
"drupal", "drupal",
"eZ Platform",
"elgg", "elgg",
"expressionengine", "expressionengine",
"fuelphp", "fuelphp",
@ -158,6 +160,7 @@
"mediawiki", "mediawiki",
"modulework", "modulework",
"moodle", "moodle",
"osclass",
"phpbb", "phpbb",
"piwik", "piwik",
"ppi", "ppi",
@ -174,37 +177,37 @@
"zend", "zend",
"zikula" "zikula"
], ],
"time": "2017-04-24T06:37:16+00:00" "time": "2017-08-09T07:53:48+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "v1.1.0", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae" "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*" "phpunit/phpunit": "^6.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/" "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -241,7 +244,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2015-11-06T14:35:42+00:00" "time": "2017-07-22T12:18:28+00:00"
}, },
{ {
"name": "hassankhan/config", "name": "hassankhan/config",
@ -726,26 +729,26 @@
}, },
{ {
"name": "roots/sage-lib", "name": "roots/sage-lib",
"version": "9.0.0-beta.3", "version": "9.0.0-beta.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/sage-lib.git", "url": "https://github.com/roots/sage-lib.git",
"reference": "d7789609eae857e910812cf62ae55355b836ad58" "reference": "71ed6e54e831fd1ced5bae028f0515d277e8c1c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/roots/sage-lib/zipball/d7789609eae857e910812cf62ae55355b836ad58", "url": "https://api.github.com/repos/roots/sage-lib/zipball/71ed6e54e831fd1ced5bae028f0515d277e8c1c1",
"reference": "d7789609eae857e910812cf62ae55355b836ad58", "reference": "71ed6e54e831fd1ced5bae028f0515d277e8c1c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/installers": "~1.0", "composer/installers": "~1.0",
"illuminate/config": "~5.4", "illuminate/config": "~5.4",
"illuminate/view": "~5.4", "illuminate/view": "~5.4",
"php": ">=5.6.4" "php": ">=7"
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^2.8.0" "squizlabs/php_codesniffer": "~3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -774,20 +777,20 @@
"keywords": [ "keywords": [
"wordpress" "wordpress"
], ],
"time": "2017-07-09T11:48:17+00:00" "time": "2017-08-11T23:38:23+00:00"
}, },
{ {
"name": "soberwp/controller", "name": "soberwp/controller",
"version": "dev-master", "version": "9.0.0-beta.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/soberwp/controller.git", "url": "https://github.com/soberwp/controller.git",
"reference": "e9358ff900d6065f5252a114fb187403fbc594ec" "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/soberwp/controller/zipball/e9358ff900d6065f5252a114fb187403fbc594ec", "url": "https://api.github.com/repos/soberwp/controller/zipball/2b6c8450f4a3100b16bfc482c825d89422b6adc6",
"reference": "e9358ff900d6065f5252a114fb187403fbc594ec", "reference": "2b6c8450f4a3100b16bfc482c825d89422b6adc6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -826,20 +829,20 @@
"keywords": [ "keywords": [
"wordpress" "wordpress"
], ],
"time": "2017-06-25T13:13:49+00:00" "time": "2017-08-22T17:35:30+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743" "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743", "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743", "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -882,11 +885,11 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-05T13:02:37+00:00" "time": "2017-07-28T15:27:31+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -935,16 +938,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "1f93a8d19b8241617f5074a123e282575b821df8" "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8", "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
"reference": "1f93a8d19b8241617f5074a123e282575b821df8", "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -986,7 +989,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-15T12:58:50+00:00" "time": "2017-07-23T12:43:26+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1096,16 +1099,16 @@
}, },
{ {
"name": "roots/sage-installer", "name": "roots/sage-installer",
"version": "1.1.0", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/sage-installer.git", "url": "https://github.com/roots/sage-installer.git",
"reference": "837411acf1337d35e1b497c4ba3a8ed7cf6077fa" "reference": "dca019cfa6f1f2cb2e155dfc6574829b80c689b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/roots/sage-installer/zipball/837411acf1337d35e1b497c4ba3a8ed7cf6077fa", "url": "https://api.github.com/repos/roots/sage-installer/zipball/dca019cfa6f1f2cb2e155dfc6574829b80c689b7",
"reference": "837411acf1337d35e1b497c4ba3a8ed7cf6077fa", "reference": "dca019cfa6f1f2cb2e155dfc6574829b80c689b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1114,7 +1117,7 @@
"symfony/process": "~3.3" "symfony/process": "~3.3"
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^3.0" "squizlabs/php_codesniffer": "~3.0"
}, },
"bin": [ "bin": [
"bin/sage" "bin/sage"
@ -1151,7 +1154,7 @@
"theme", "theme",
"wordpress" "wordpress"
], ],
"time": "2017-07-04T17:57:47+00:00" "time": "2017-08-12T00:16:45+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
@ -1233,16 +1236,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546" "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546", "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546", "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1298,20 +1301,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-03T13:19:36+00:00" "time": "2017-07-29T21:27:59+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.4.0", "version": "v1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937" "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1323,7 +1326,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -1357,20 +1360,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2017-06-09T14:24:12+00:00" "time": "2017-06-14T15:44:48+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30" "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30", "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
"reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30", "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1406,11 +1409,11 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-03T08:12:02+00:00" "time": "2017-07-13T13:05:09+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.3.4", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
@ -1478,12 +1481,12 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"roots/sage-lib": 10, "roots/sage-lib": 10,
"soberwp/controller": 20 "soberwp/controller": 10
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=5.6.4" "php": ">=7"
}, },
"platform-dev": [] "platform-dev": []
} }

Loading…
Cancel
Save