ajout SAE PHP 19/20 Meilleure note de la promo
This commit is contained in:
32
SAE2.02_Application_WEB/composer.json
Normal file
32
SAE2.02_Application_WEB/composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"description": "The CodeIgniter framework",
|
||||
"name": "pocketarc/codeigniter",
|
||||
"type": "project",
|
||||
"homepage": "https://github.com/pocketarc/codeigniter",
|
||||
"license": "MIT",
|
||||
"support": {
|
||||
"source": "https://github.com/pocketarc/codeigniter"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.8"
|
||||
},
|
||||
"suggest": {
|
||||
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test:coverage": [
|
||||
"@putenv XDEBUG_MODE=coverage",
|
||||
"phpunit --color=always --coverage-text --configuration tests/travis/sqlite.phpunit.xml"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php"
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"mikey179/vfsstream": "1.6.*",
|
||||
"phpunit/phpunit": "4.* || 5.* || 9.*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user