Skip to content

Commit d89f396

Browse files
committed
update dependencies
1 parent ee0c188 commit d89f396

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "framework-w/skeleton",
33
"type": "project",
44
"description": "A minimal structure for Framework W project",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"minimum-stability": "dev",
77
"license": "MIT",
88
"prefer-stable": true,

public/index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
if(session_status() === PHP_SESSION_NONE){
3+
session_start();
4+
}
25
//vendor installé ?
36
if (!file_exists('../vendor/autoload.php')){
47
echo '<p>Vous devez installer les dépendances du projet avec la commande <code>composer install</code>. En effet, ceux-ci ne sont pas versionnés.</p>';

0 commit comments

Comments
 (0)