move composer
This commit is contained in:
		
							
								
								
									
										6
									
								
								php/composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								php/composer.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "require": {
 | 
			
		||||
        "php-ffmpeg/php-ffmpeg": "^0.16.0",
 | 
			
		||||
        "daverandom/resume": "^0.0.3"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -9,7 +9,7 @@ ini_set('display_startup_errors', FALSE);
 | 
			
		||||
 | 
			
		||||
include 'fonction.php';
 | 
			
		||||
 | 
			
		||||
require '/var/www/html/projects/vendor/autoload.php';
 | 
			
		||||
require 'vendor/autoload.php';
 | 
			
		||||
 | 
			
		||||
$root = $_SERVER["DOCUMENT_ROOT"];
 | 
			
		||||
 | 
			
		||||
@ -77,4 +77,4 @@ function getThumbnail(string $file, int $size)
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user