Skip to content

Commit

Permalink
Test removing phing dup
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Dec 14, 2024
1 parent b483c08 commit ac77e7f
Show file tree
Hide file tree
Showing 486 changed files with 172 additions and 106,870 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the Access to Memory (AtoM) software.
*
Expand Down
1 change: 1 addition & 0 deletions apps/qubit/modules/settings/actions/editAction.class.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the Access to Memory (AtoM) software.
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9.5",
"phing/phing": "2.*",
"friendsofphp/php-cs-fixer": "^3.0"
},
"require": {
"phing/phing": "2.*",
"league/csv": "^9.4",
"apereo/phpcas": "^1.3.8",
"ezyang/htmlpurifier": "^4.13",
Expand Down
332 changes: 166 additions & 166 deletions composer.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions config/ProjectConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public function setup()

$this->enablePlugins($plugins);

sfConfig::set('sf_phing_path', sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'vendor/phing/phing');
sfConfig::set('sf_propel_path', sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel/');

$this->dispatcher->connect(
'debug.web.load_panels',
['arWebDebugPanel', 'listenToLoadDebugWebPanelEvent']
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit ac77e7f

Please sign in to comment.